.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;
  /**
   * 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: flex;
  width: 100%;
}

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

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

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

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

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

#s-cb48bb6f-d15d-41e0-b813-c688b077db0e {
  min-height: 50px;
}








#s-cb48bb6f-d15d-41e0-b813-c688b077db0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb48bb6f-d15d-41e0-b813-c688b077db0e.shg-box.shg-c {
  justify-content: center;
}

#s-3bee6b3d-0967-4eb0-95b5-3794d7d07e9b {
  min-height: 50px;
}








#s-3bee6b3d-0967-4eb0-95b5-3794d7d07e9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bee6b3d-0967-4eb0-95b5-3794d7d07e9b.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;
}

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

@media (min-width: 0px) {
[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-97348685-8495-4fa1-9505-54a9d60a78a6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-2e842ae3-2e27-4e31-8c09-b0f49c1a7fac {
  margin-top: 10px;
margin-bottom: 20px;
text-align: left;
}

#s-2e842ae3-2e27-4e31-8c09-b0f49c1a7fac .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6137d725-80fe-4930-8f5e-6b2aa4578b06 {
  margin-bottom: 20px;
}

#s-92ad98e7-eb7d-40e0-af91-a3541906b0a7 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: left;
}

#s-92ad98e7-eb7d-40e0-af91-a3541906b0a7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-515ae185-e866-478d-afda-f0006bab013e {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-63b31766-e980-49bb-8861-29b21bf1d3b6 {
  text-align: center;
}




  #s-63b31766-e980-49bb-8861-29b21bf1d3b6 img.shogun-image {
    
    width: px;
  }


#s-63b31766-e980-49bb-8861-29b21bf1d3b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-c06ea811-10be-4c99-b04c-032ffcaec892 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c06ea811-10be-4c99-b04c-032ffcaec892 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c06ea811-10be-4c99-b04c-032ffcaec892 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c06ea811-10be-4c99-b04c-032ffcaec892 {
  
}
}@media (max-width: 767px){#s-c06ea811-10be-4c99-b04c-032ffcaec892 {
  
}
}







#s-c06ea811-10be-4c99-b04c-032ffcaec892 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c06ea811-10be-4c99-b04c-032ffcaec892.shg-box.shg-c {
  justify-content: center;
}

#s-2ad53957-3e01-4f4a-ab1d-4ad121af558d {
  margin-top: 40px;
}

@media (min-width: 0px) {
[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2ad53957-3e01-4f4a-ab1d-4ad121af558d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-dce33483-145a-4b84-acb3-d97e109996dd {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-dce33483-145a-4b84-acb3-d97e109996dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dce33483-145a-4b84-acb3-d97e109996dd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f557b037-0ce4-4772-ac9b-e15efb332fc6 {
  margin-left: 20px;
margin-right: 20px;
}

#s-f557b037-0ce4-4772-ac9b-e15efb332fc6 .shogun-icon-wrapper {
  text-align: left;
}


#s-f557b037-0ce4-4772-ac9b-e15efb332fc6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(255, 134, 0, 1);
}

#s-1f7fef3d-c838-47db-9a14-1a5f5be77d12 {
  margin-left: 20px;
margin-bottom: -10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1f7fef3d-c838-47db-9a14-1a5f5be77d12 .shogun-heading-component h3 {
  color: rgba(255, 134, 0, 1);
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a8109002-e4f6-4181-a10f-b6b2d112e61e {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-2970b923-8fef-4584-a339-e2c4317f75ba {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-2970b923-8fef-4584-a339-e2c4317f75ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2970b923-8fef-4584-a339-e2c4317f75ba.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c6423cbf-5215-4c1d-8355-92e49ccccc88 {
  margin-left: 20px;
margin-right: 20px;
}

#s-c6423cbf-5215-4c1d-8355-92e49ccccc88 .shogun-icon-wrapper {
  text-align: left;
}


#s-c6423cbf-5215-4c1d-8355-92e49ccccc88 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(255, 134, 0, 1);
}

#s-581a65e3-da7a-4e2f-b278-f6e9bd660064 {
  margin-left: 20px;
margin-bottom: -10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-581a65e3-da7a-4e2f-b278-f6e9bd660064 .shogun-heading-component h3 {
  color: rgba(255, 134, 0, 1);
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-abfc3c4b-1cb0-4175-9f0d-751619224e97 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-3bb99811-c780-4884-b318-0a0f20915243 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-3bb99811-c780-4884-b318-0a0f20915243 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bb99811-c780-4884-b318-0a0f20915243.shg-box.shg-c {
  justify-content: flex-start;
}

#s-678c8293-bcc3-4256-8adf-1a057c6b0f04 {
  margin-left: 20px;
margin-right: 20px;
}

#s-678c8293-bcc3-4256-8adf-1a057c6b0f04 .shogun-icon-wrapper {
  text-align: left;
}


#s-678c8293-bcc3-4256-8adf-1a057c6b0f04 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(255, 134, 0, 1);
}

#s-70e1471e-c7d9-469c-8188-39e2c2b51ac4 {
  margin-left: 20px;
margin-bottom: -10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-70e1471e-c7d9-469c-8188-39e2c2b51ac4 .shogun-heading-component h3 {
  color: rgba(255, 134, 0, 1);
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7e252e49-0345-47b7-8d1c-2a95db6a0d3f {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-d85af6bb-6ae5-4a0f-8d9b-76dc9f43204c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-9b74a9e9-4991-4e71-86bb-c6df1ff77ed8 {
  min-height: 50px;
}








#s-9b74a9e9-4991-4e71-86bb-c6df1ff77ed8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b74a9e9-4991-4e71-86bb-c6df1ff77ed8.shg-box.shg-c {
  justify-content: center;
}

#s-bb0f1dc2-b88e-4527-8b72-ca1fefb5fa43 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}

#s-bb0f1dc2-b88e-4527-8b72-ca1fefb5fa43 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-741d99ed-b6ae-49ba-83cc-d0887c046cab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c7ef4d0d-87cf-43eb-982f-cafa9c75e95e {
  text-align: center;
}




  #s-c7ef4d0d-87cf-43eb-982f-cafa9c75e95e img.shogun-image {
    
    width: px;
  }


#s-c7ef4d0d-87cf-43eb-982f-cafa9c75e95e .shogun-image-content {
  
    align-items: center;
  
}

#s-0d845c9a-1023-468e-859b-eb65b434b144 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-0d845c9a-1023-468e-859b-eb65b434b144 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-37677252-552c-4068-bb96-32b71ad67102 {
  margin-bottom: 20px;
}

#s-8544ec3f-196b-4095-998a-eb33086c3c5b {
  text-align: center;
}




  #s-8544ec3f-196b-4095-998a-eb33086c3c5b img.shogun-image {
    
    width: px;
  }


#s-8544ec3f-196b-4095-998a-eb33086c3c5b .shogun-image-content {
  
    align-items: center;
  
}

#s-57d6d49f-4fdd-40ab-9db4-a94ff5afcffd {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-57d6d49f-4fdd-40ab-9db4-a94ff5afcffd .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7d37d39d-bc9d-487d-a1f1-f9e6574d2c6e {
  margin-bottom: 20px;
}

#s-cd9e46d0-b060-4471-981d-e1f8c73dc998 {
  text-align: center;
}




  #s-cd9e46d0-b060-4471-981d-e1f8c73dc998 img.shogun-image {
    
    width: px;
  }


#s-cd9e46d0-b060-4471-981d-e1f8c73dc998 .shogun-image-content {
  
    align-items: center;
  
}

#s-a882085f-5f5c-4668-8779-88b456b569c9 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-a882085f-5f5c-4668-8779-88b456b569c9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-327eb715-5cb8-4bfd-9c85-7d2bce3f5df7 {
  margin-bottom: 20px;
}

#s-c0f7afcd-8db4-4bce-bd59-ce8c1004233c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-d45db61b-480b-4346-99e1-a8e7d8bbe9a5 {
  min-height: 50px;
}








#s-d45db61b-480b-4346-99e1-a8e7d8bbe9a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d45db61b-480b-4346-99e1-a8e7d8bbe9a5.shg-box.shg-c {
  justify-content: center;
}

#s-03bc81fa-cf06-49d8-96b2-9370e754be33 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}

#s-03bc81fa-cf06-49d8-96b2-9370e754be33 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

.shg-sld-nav-button > 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;
  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;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-4934aa7c-34b7-4e7e-a020-80f01498c735 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-4934aa7c-34b7-4e7e-a020-80f01498c735 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4934aa7c-34b7-4e7e-a020-80f01498c735 .shg-sld-nav-button.shg-sld-left,
#s-4934aa7c-34b7-4e7e-a020-80f01498c735 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e9dab8ff-fe64-41aa-a92e-1ed63cc47b28"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-916ef4e8-c665-4feb-88bc-88421e2d1e78 {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}




  #s-916ef4e8-c665-4feb-88bc-88421e2d1e78 img.shogun-image {
    
    width: px;
  }


#s-916ef4e8-c665-4feb-88bc-88421e2d1e78 .shogun-image-content {
  
    align-items: center;
  
}

#s-43374723-830b-4842-bad1-ef0b33ddd45a {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-43374723-830b-4842-bad1-ef0b33ddd45a .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d71b4295-0468-415d-b515-b0c943e5dee7 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-074b969f-9500-4d62-b8bf-6a0662214c46"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

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

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

#s-1c5e9a90-d898-4a0d-8631-6dac433a8ebc {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 134, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-1c5e9a90-d898-4a0d-8631-6dac433a8ebc:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-1c5e9a90-d898-4a0d-8631-6dac433a8ebc:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-1c5e9a90-d898-4a0d-8631-6dac433a8ebc {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c5e9a90-d898-4a0d-8631-6dac433a8ebc {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
}
}

  #s-1c5e9a90-d898-4a0d-8631-6dac433a8ebc-btn-wrapper {
    text-align: center;
  }


#s-1c5e9a90-d898-4a0d-8631-6dac433a8ebc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-bfbec6ec-4757-48ad-bc1b-c81f448a1009 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bfbec6ec-4757-48ad-bc1b-c81f448a1009"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c6cdaf60-bce6-48ca-b2f0-7a9fb6254420 {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}




  #s-c6cdaf60-bce6-48ca-b2f0-7a9fb6254420 img.shogun-image {
    
    width: px;
  }


#s-c6cdaf60-bce6-48ca-b2f0-7a9fb6254420 .shogun-image-content {
  
    align-items: center;
  
}

#s-16718631-0fab-4929-a654-46ce112c0988 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-16718631-0fab-4929-a654-46ce112c0988 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b8c9c56b-1a75-4f4e-b65e-51806252f599 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8754392b-7eb4-4886-b788-8252adc812f7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ec5e29ff-1588-40dc-8afe-d240c24184e0 {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 134, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-ec5e29ff-1588-40dc-8afe-d240c24184e0:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ec5e29ff-1588-40dc-8afe-d240c24184e0:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-ec5e29ff-1588-40dc-8afe-d240c24184e0 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec5e29ff-1588-40dc-8afe-d240c24184e0 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
}
}

  #s-ec5e29ff-1588-40dc-8afe-d240c24184e0-btn-wrapper {
    text-align: center;
  }


#s-ec5e29ff-1588-40dc-8afe-d240c24184e0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-d9b0fb17-991e-48e4-80f7-5942ba9d8364 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9b0fb17-991e-48e4-80f7-5942ba9d8364"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a65be2c6-1132-4e0d-b1c2-990df3dc35eb {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}




  #s-a65be2c6-1132-4e0d-b1c2-990df3dc35eb img.shogun-image {
    
    width: px;
  }


#s-a65be2c6-1132-4e0d-b1c2-990df3dc35eb .shogun-image-content {
  
    align-items: center;
  
}

#s-b5f0951f-2b54-4b64-880b-440e7a243ccf {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-b5f0951f-2b54-4b64-880b-440e7a243ccf .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b08c6268-3930-4b0c-9359-98109519006a {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09878a15-263b-41be-972f-e46186deb4b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0ad61b88-b0dd-4b09-bfa4-014fa1239a56 {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 134, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-0ad61b88-b0dd-4b09-bfa4-014fa1239a56:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0ad61b88-b0dd-4b09-bfa4-014fa1239a56:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-0ad61b88-b0dd-4b09-bfa4-014fa1239a56 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ad61b88-b0dd-4b09-bfa4-014fa1239a56 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
}
}

  #s-0ad61b88-b0dd-4b09-bfa4-014fa1239a56-btn-wrapper {
    text-align: center;
  }


#s-0ad61b88-b0dd-4b09-bfa4-014fa1239a56.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-be363df8-7d01-49ff-adc4-d655e161445d {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-be363df8-7d01-49ff-adc4-d655e161445d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-82370f2b-da2b-4fa0-b784-4c3433671e72 {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}




  #s-82370f2b-da2b-4fa0-b784-4c3433671e72 img.shogun-image {
    
    width: px;
  }


#s-82370f2b-da2b-4fa0-b784-4c3433671e72 .shogun-image-content {
  
    align-items: center;
  
}

#s-639c43f2-86ab-41cc-b36a-6c0b1539a863 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-639c43f2-86ab-41cc-b36a-6c0b1539a863 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-221c4bed-9bfe-47bb-aee0-8f8b8ba4ad6b {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b7bb1b35-e34a-447e-9f06-5290d3bb098c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9cebcf19-cd60-490e-8ecb-b5ebdff73034 {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 134, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-9cebcf19-cd60-490e-8ecb-b5ebdff73034:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9cebcf19-cd60-490e-8ecb-b5ebdff73034:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-9cebcf19-cd60-490e-8ecb-b5ebdff73034 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9cebcf19-cd60-490e-8ecb-b5ebdff73034 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
}
}

  #s-9cebcf19-cd60-490e-8ecb-b5ebdff73034-btn-wrapper {
    text-align: center;
  }


#s-9cebcf19-cd60-490e-8ecb-b5ebdff73034.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-39d9896d-1ac9-419f-98d4-75a81b15f367 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-39d9896d-1ac9-419f-98d4-75a81b15f367"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b64b47e4-c7c2-4f89-8716-ef9347fc2cd5 {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}




  #s-b64b47e4-c7c2-4f89-8716-ef9347fc2cd5 img.shogun-image {
    
    width: px;
  }


#s-b64b47e4-c7c2-4f89-8716-ef9347fc2cd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b697555-7333-4e3e-a2e6-7376c0dbbfcc {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-8b697555-7333-4e3e-a2e6-7376c0dbbfcc .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a0b40c01-f754-4691-9256-661f66c18322 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-889350fc-da11-4eb4-bbd5-1dc8681c1e83"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-be6765da-631c-4de4-aeb1-1ab3fa66d6e0 {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 134, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-be6765da-631c-4de4-aeb1-1ab3fa66d6e0:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-be6765da-631c-4de4-aeb1-1ab3fa66d6e0:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-be6765da-631c-4de4-aeb1-1ab3fa66d6e0 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be6765da-631c-4de4-aeb1-1ab3fa66d6e0 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
}
}

  #s-be6765da-631c-4de4-aeb1-1ab3fa66d6e0-btn-wrapper {
    text-align: center;
  }


#s-be6765da-631c-4de4-aeb1-1ab3fa66d6e0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f15e715-7dd8-4e1b-a1db-f895cf6bcd49"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-34758ff7-e80f-4fe1-a6d2-acbef2f77465 {
  border-style: solid;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
}




  #s-34758ff7-e80f-4fe1-a6d2-acbef2f77465 img.shogun-image {
    
    width: px;
  }


#s-34758ff7-e80f-4fe1-a6d2-acbef2f77465 .shogun-image-content {
  
    align-items: center;
  
}

#s-92d715a8-3142-4a25-8fc9-ff043cbde941 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-92d715a8-3142-4a25-8fc9-ff043cbde941 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-33e7d6e5-3004-46c2-9706-7de799cdc6f8 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c086c33-52d3-4fbf-9ddb-73dfcfccbee7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-287f5c71-513b-40fd-9c10-7593140b8c71 {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 134, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-287f5c71-513b-40fd-9c10-7593140b8c71:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-287f5c71-513b-40fd-9c10-7593140b8c71:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-287f5c71-513b-40fd-9c10-7593140b8c71 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-287f5c71-513b-40fd-9c10-7593140b8c71 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
}
}

  #s-287f5c71-513b-40fd-9c10-7593140b8c71-btn-wrapper {
    text-align: center;
  }


#s-287f5c71-513b-40fd-9c10-7593140b8c71.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-5281713f-3362-4d7a-8ecc-e7b06811b21b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-4a5a99d0-9f28-4d4a-bffd-e91361dd470d {
  min-height: 50px;
}








#s-4a5a99d0-9f28-4d4a-bffd-e91361dd470d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a5a99d0-9f28-4d4a-bffd-e91361dd470d.shg-box.shg-c {
  justify-content: center;
}

#s-9fbe8162-041a-439f-b04b-1a0d506de836 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}

#s-9fbe8162-041a-439f-b04b-1a0d506de836 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bdcb65ff-6f5d-41b6-bf09-825d684d2563"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-1dd4e613-15a5-4af2-88e0-f0453946709a {
  min-height: 50px;
}








#s-1dd4e613-15a5-4af2-88e0-f0453946709a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dd4e613-15a5-4af2-88e0-f0453946709a.shg-box.shg-c {
  justify-content: center;
}

#s-29572d58-1f16-4396-8240-a037890baae8 .shogun-icon-wrapper {
  text-align: left;
}


#s-29572d58-1f16-4396-8240-a037890baae8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 134, 0, 1);
}

#s-59a05a2c-5861-4f87-9c0d-04fd06c53acd {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-59a05a2c-5861-4f87-9c0d-04fd06c53acd .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-63c0213d-a7dd-4daa-b5b1-e789634d0957 {
  margin-bottom: 20px;
}

#s-be316523-5c0d-426b-a037-ff228dd1116f {
  min-height: 50px;
}








#s-be316523-5c0d-426b-a037-ff228dd1116f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be316523-5c0d-426b-a037-ff228dd1116f.shg-box.shg-c {
  justify-content: center;
}

#s-a378b591-4218-475d-ac62-5fc74740d706 .shogun-icon-wrapper {
  text-align: left;
}


#s-a378b591-4218-475d-ac62-5fc74740d706 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 134, 0, 1);
}

#s-33ad8175-4c18-4f75-b45b-a3c0c22b2924 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-33ad8175-4c18-4f75-b45b-a3c0c22b2924 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7f851d16-b658-42fa-9c6d-52ff10aaa3b3 {
  margin-bottom: 20px;
}

#s-f8cae827-0dc3-42f8-9ac4-ea4d0e46c62b {
  min-height: 50px;
}








#s-f8cae827-0dc3-42f8-9ac4-ea4d0e46c62b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8cae827-0dc3-42f8-9ac4-ea4d0e46c62b.shg-box.shg-c {
  justify-content: center;
}

#s-aac87864-a3b5-410a-9448-3a7d56b182bd .shogun-icon-wrapper {
  text-align: left;
}


#s-aac87864-a3b5-410a-9448-3a7d56b182bd .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 134, 0, 1);
}

#s-320b2ba6-3e63-4dce-9a3a-85de269b0e95 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-320b2ba6-3e63-4dce-9a3a-85de269b0e95 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bb51c253-e676-450f-8a40-3e8081a0f21a {
  margin-bottom: 20px;
}

#s-c745104e-07ba-4ed1-a7f5-0a0b8c54ed88 {
  min-height: 50px;
}








#s-c745104e-07ba-4ed1-a7f5-0a0b8c54ed88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c745104e-07ba-4ed1-a7f5-0a0b8c54ed88.shg-box.shg-c {
  justify-content: center;
}

#s-dcb565ca-f71d-4d08-b432-f115b3a46c85 .shogun-icon-wrapper {
  text-align: left;
}


#s-dcb565ca-f71d-4d08-b432-f115b3a46c85 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 134, 0, 1);
}

#s-da15a2a8-d9b3-404b-b344-b45280d4a964 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-da15a2a8-d9b3-404b-b344-b45280d4a964 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ceac37ed-a2dd-4b50-b631-f2ca1de42eab {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ff06d95d-908f-49c1-b01a-6550cfd734fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-75900af1-43af-4240-b7c6-1a381382c8d5 {
  min-height: 50px;
}








#s-75900af1-43af-4240-b7c6-1a381382c8d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75900af1-43af-4240-b7c6-1a381382c8d5.shg-box.shg-c {
  justify-content: center;
}

#s-7c93a966-47af-4a9a-a453-12324d4612c6 .shogun-icon-wrapper {
  text-align: left;
}


#s-7c93a966-47af-4a9a-a453-12324d4612c6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 134, 0, 1);
}

#s-a36449ee-3608-48e4-9a68-5c9f67772a28 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-a36449ee-3608-48e4-9a68-5c9f67772a28 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7d70b898-4b26-4dc4-a8c2-0a167c2dea79 {
  margin-bottom: 20px;
}

#s-877c9218-ef06-4dfa-b1d7-58cb8f446d79 {
  min-height: 50px;
}








#s-877c9218-ef06-4dfa-b1d7-58cb8f446d79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-877c9218-ef06-4dfa-b1d7-58cb8f446d79.shg-box.shg-c {
  justify-content: center;
}

#s-2d38eada-b772-42f2-90b5-17ce1ed704a7 .shogun-icon-wrapper {
  text-align: left;
}


#s-2d38eada-b772-42f2-90b5-17ce1ed704a7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 134, 0, 1);
}

#s-5e8cc1c0-62e5-4b42-b67f-868136242ea5 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-5e8cc1c0-62e5-4b42-b67f-868136242ea5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-75faf963-b98e-4527-954d-8c868bbb4efc {
  margin-bottom: 20px;
}

#s-ff3d158f-bbe2-4650-8404-0344153d6656 {
  min-height: 50px;
}








#s-ff3d158f-bbe2-4650-8404-0344153d6656 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff3d158f-bbe2-4650-8404-0344153d6656.shg-box.shg-c {
  justify-content: center;
}

#s-9beca224-0408-4032-8b55-c36baaeb0786 .shogun-icon-wrapper {
  text-align: left;
}


#s-9beca224-0408-4032-8b55-c36baaeb0786 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 134, 0, 1);
}

#s-591a3bc6-8269-450f-b5c9-6cee432cd5a9 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-591a3bc6-8269-450f-b5c9-6cee432cd5a9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ee7f1255-4b9b-4279-8f58-8ab70b5b6c63 {
  margin-bottom: 20px;
}

#s-dcf9385f-302f-42e3-962f-7b168b0993f6 {
  min-height: 50px;
}








#s-dcf9385f-302f-42e3-962f-7b168b0993f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcf9385f-302f-42e3-962f-7b168b0993f6.shg-box.shg-c {
  justify-content: center;
}

#s-f34dd4cb-d7e9-4505-88c9-1c37eb0ae4d7 .shogun-icon-wrapper {
  text-align: left;
}


#s-f34dd4cb-d7e9-4505-88c9-1c37eb0ae4d7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 134, 0, 1);
}

#s-dbba91cf-1974-4bba-b833-de42df42c791 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-dbba91cf-1974-4bba-b833-de42df42c791 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a95cfaa9-67b4-43fb-a12d-90ff3a4463c8 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f78ea816-401e-48a5-b498-ee20166717ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-398c9e6f-a9ab-4a0b-b4ac-ec85b98ec8e4 {
  min-height: 50px;
}








#s-398c9e6f-a9ab-4a0b-b4ac-ec85b98ec8e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-398c9e6f-a9ab-4a0b-b4ac-ec85b98ec8e4.shg-box.shg-c {
  justify-content: center;
}

#s-d8b00bd3-3143-4238-836a-b337f6399d8d .shogun-icon-wrapper {
  text-align: left;
}


#s-d8b00bd3-3143-4238-836a-b337f6399d8d .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 134, 0, 1);
}

#s-a422dfb9-f1e6-4aac-89b8-ff7553b547b2 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-a422dfb9-f1e6-4aac-89b8-ff7553b547b2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9d1185bb-4492-4957-b316-adcfbb64b202 {
  margin-bottom: 20px;
}

#s-81f20aca-d1bf-47d2-8ad6-5902ca76ab10 {
  min-height: 50px;
}








#s-81f20aca-d1bf-47d2-8ad6-5902ca76ab10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81f20aca-d1bf-47d2-8ad6-5902ca76ab10.shg-box.shg-c {
  justify-content: center;
}

#s-3809c117-60b9-4e4d-a876-c3ea32aac569 .shogun-icon-wrapper {
  text-align: left;
}


#s-3809c117-60b9-4e4d-a876-c3ea32aac569 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 134, 0, 1);
}

#s-16df518e-0ffd-4034-bf35-8a8435eb6550 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-16df518e-0ffd-4034-bf35-8a8435eb6550 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1754caba-9983-4bd6-91bd-01726a2c5657 {
  margin-bottom: 20px;
}

#s-58dadafb-02d1-483b-94af-ec55b692d112 {
  min-height: 50px;
}








#s-58dadafb-02d1-483b-94af-ec55b692d112 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58dadafb-02d1-483b-94af-ec55b692d112.shg-box.shg-c {
  justify-content: center;
}

#s-8c999074-2a3e-41a5-8c7a-60faef1b5741 .shogun-icon-wrapper {
  text-align: left;
}


#s-8c999074-2a3e-41a5-8c7a-60faef1b5741 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 134, 0, 1);
}

#s-c2b5933c-76bf-4fca-9c71-e28bea51460f {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-c2b5933c-76bf-4fca-9c71-e28bea51460f .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-73dc6c6d-e3ca-4a71-aa82-a6f79d6946ab {
  margin-bottom: 20px;
}

#s-77ad049c-0e99-40c1-9aee-b74b51773d42 {
  min-height: 50px;
}








#s-77ad049c-0e99-40c1-9aee-b74b51773d42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77ad049c-0e99-40c1-9aee-b74b51773d42.shg-box.shg-c {
  justify-content: center;
}

#s-223711d8-5c6a-4cfe-9715-f7c482f1f803 .shogun-icon-wrapper {
  text-align: left;
}


#s-223711d8-5c6a-4cfe-9715-f7c482f1f803 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 134, 0, 1);
}

#s-a58a71a7-a1aa-4905-86cb-f9f00c128665 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-a58a71a7-a1aa-4905-86cb-f9f00c128665 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9c1f0700-01bc-4d2b-bb3c-f997126656fa {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-79893286-3da0-41b8-98b3-af5bdc5b6281"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-05eb2cc5-d91f-4217-b72e-f7eae029aa29 {
  min-height: 50px;
}








#s-05eb2cc5-d91f-4217-b72e-f7eae029aa29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05eb2cc5-d91f-4217-b72e-f7eae029aa29.shg-box.shg-c {
  justify-content: center;
}

#s-1cf02391-2051-4638-b1cc-4a585242fbf3 .shogun-icon-wrapper {
  text-align: left;
}


#s-1cf02391-2051-4638-b1cc-4a585242fbf3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 134, 0, 1);
}

#s-a6541e2e-dd5a-4d87-a008-bd71f2a7ab86 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-a6541e2e-dd5a-4d87-a008-bd71f2a7ab86 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4a9de9aa-1cf4-434f-b414-10cc602e0ff9 {
  margin-bottom: 20px;
}

#s-6cd9eba3-66ad-41ed-9dc5-ca9651a78844 {
  min-height: 50px;
}








#s-6cd9eba3-66ad-41ed-9dc5-ca9651a78844 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cd9eba3-66ad-41ed-9dc5-ca9651a78844.shg-box.shg-c {
  justify-content: center;
}

#s-25f8f084-dafb-41b2-85ce-4012ba64949e .shogun-icon-wrapper {
  text-align: left;
}


#s-25f8f084-dafb-41b2-85ce-4012ba64949e .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 134, 0, 1);
}

#s-a40dfe3c-4216-4a2a-bddb-c2ad8a65b265 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-a40dfe3c-4216-4a2a-bddb-c2ad8a65b265 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8795be28-1c65-4b09-b848-bd656578cc4d {
  margin-bottom: 20px;
}

#s-4f76c055-eb65-4247-897c-6f1a4080ba57 {
  min-height: 50px;
}








#s-4f76c055-eb65-4247-897c-6f1a4080ba57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f76c055-eb65-4247-897c-6f1a4080ba57.shg-box.shg-c {
  justify-content: center;
}

#s-e3a9b9fb-949a-4ec5-8369-8fa96ebadb68 .shogun-icon-wrapper {
  text-align: left;
}


#s-e3a9b9fb-949a-4ec5-8369-8fa96ebadb68 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 134, 0, 1);
}

#s-d2cadf8f-9da7-4958-8841-ce1ce05b693d {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-d2cadf8f-9da7-4958-8841-ce1ce05b693d .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bfd9b996-ac06-4084-9244-6fe51bf9da22 {
  margin-bottom: 20px;
}

#s-771c6409-a7e7-4237-8376-9d972f8f35ba {
  min-height: 50px;
}








#s-771c6409-a7e7-4237-8376-9d972f8f35ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-771c6409-a7e7-4237-8376-9d972f8f35ba.shg-box.shg-c {
  justify-content: center;
}

#s-25764760-7d99-4e63-b10f-14d2f57bc3d9 .shogun-icon-wrapper {
  text-align: left;
}


#s-25764760-7d99-4e63-b10f-14d2f57bc3d9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 134, 0, 1);
}

#s-54ccb595-2d5c-47cd-8e80-24d1234f7643 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-54ccb595-2d5c-47cd-8e80-24d1234f7643 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4c6b1c2d-e69b-434f-9251-d28bcbbf66cf {
  margin-bottom: 20px;
}

#s-c8332beb-b4c1-48e1-a405-c4ac2f628084 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-f8c193a1-5067-401d-b4e3-2c691155de3e {
  min-height: 50px;
}








#s-f8c193a1-5067-401d-b4e3-2c691155de3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8c193a1-5067-401d-b4e3-2c691155de3e.shg-box.shg-c {
  justify-content: center;
}

#s-fda7199b-7620-40a9-baec-5f23dd2bf39d {
  margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}

#s-fda7199b-7620-40a9-baec-5f23dd2bf39d .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.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-8e11a575-bb01-4868-bc68-e5965e4eedf6 {
  margin-bottom: 20px;
}

#s-8e11a575-bb01-4868-bc68-e5965e4eedf6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-8e11a575-bb01-4868-bc68-e5965e4eedf6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8e11a575-bb01-4868-bc68-e5965e4eedf6 td.shogun-table-column {
  background-color: rgba(245, 245, 245, 1);
  padding: 20px;
  text-align: left;
}

#s-8e11a575-bb01-4868-bc68-e5965e4eedf6 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-8e11a575-bb01-4868-bc68-e5965e4eedf6 td.shogun-table-column, #s-8e11a575-bb01-4868-bc68-e5965e4eedf6 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-4ae54e54-0667-460c-9992-93f25a0ad0f7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4ae54e54-0667-460c-9992-93f25a0ad0f7 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}







#s-4ae54e54-0667-460c-9992-93f25a0ad0f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ae54e54-0667-460c-9992-93f25a0ad0f7.shg-box.shg-c {
  justify-content: center;
}

#s-a8203b86-500a-4b56-a74c-bd8909325fb2 {
  display: none;
}
#s-0ca000c0-cb9d-4317-8ef0-71ce2c0d11de {
  margin-bottom: 10px;
text-align: center;
}

#s-0ca000c0-cb9d-4317-8ef0-71ce2c0d11de .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0ca000c0-cb9d-4317-8ef0-71ce2c0d11de .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-0ca000c0-cb9d-4317-8ef0-71ce2c0d11de .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-0ca000c0-cb9d-4317-8ef0-71ce2c0d11de .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0ca000c0-cb9d-4317-8ef0-71ce2c0d11de .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-0ca000c0-cb9d-4317-8ef0-71ce2c0d11de .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ca000c0-cb9d-4317-8ef0-71ce2c0d11de .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0ca000c0-cb9d-4317-8ef0-71ce2c0d11de .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-0ca000c0-cb9d-4317-8ef0-71ce2c0d11de .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ca000c0-cb9d-4317-8ef0-71ce2c0d11de .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0ca000c0-cb9d-4317-8ef0-71ce2c0d11de .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-0ca000c0-cb9d-4317-8ef0-71ce2c0d11de .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-0ca000c0-cb9d-4317-8ef0-71ce2c0d11de .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-0ca000c0-cb9d-4317-8ef0-71ce2c0d11de .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-0ca000c0-cb9d-4317-8ef0-71ce2c0d11de .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-4b228bc5-b20c-4255-b277-a6ab0962cdcc {
  margin-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4b228bc5-b20c-4255-b277-a6ab0962cdcc {
  display: none;
}
#s-4b228bc5-b20c-4255-b277-a6ab0962cdcc, #wrap-s-4b228bc5-b20c-4255-b277-a6ab0962cdcc { display:none !important; }}
#s-4b228bc5-b20c-4255-b277-a6ab0962cdcc .shg-product-quantity-wrapper {
  display: flex;
}

#s-4b228bc5-b20c-4255-b277-a6ab0962cdcc .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4b228bc5-b20c-4255-b277-a6ab0962cdcc .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4b228bc5-b20c-4255-b277-a6ab0962cdcc .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4b228bc5-b20c-4255-b277-a6ab0962cdcc .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




.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-78915ac1-3037-40a9-8275-57714d2ac734 {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-78915ac1-3037-40a9-8275-57714d2ac734:hover {border-radius: 2px !important;
background-color: rgba(255, 134, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-78915ac1-3037-40a9-8275-57714d2ac734:active {border-radius: 2px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-78915ac1-3037-40a9-8275-57714d2ac734 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
}


#s-78915ac1-3037-40a9-8275-57714d2ac734 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78915ac1-3037-40a9-8275-57714d2ac734.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78915ac1-3037-40a9-8275-57714d2ac734.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-78915ac1-3037-40a9-8275-57714d2ac734.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-78915ac1-3037-40a9-8275-57714d2ac734.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

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

#s-78915ac1-3037-40a9-8275-57714d2ac734 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78915ac1-3037-40a9-8275-57714d2ac734.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78915ac1-3037-40a9-8275-57714d2ac734.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-78915ac1-3037-40a9-8275-57714d2ac734.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-78915ac1-3037-40a9-8275-57714d2ac734.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-78915ac1-3037-40a9-8275-57714d2ac734-atc-btn-wrapper {
    text-align: center;
  }


#s-78915ac1-3037-40a9-8275-57714d2ac734 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78915ac1-3037-40a9-8275-57714d2ac734.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78915ac1-3037-40a9-8275-57714d2ac734.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-78915ac1-3037-40a9-8275-57714d2ac734.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-78915ac1-3037-40a9-8275-57714d2ac734.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}
#s-d35fed78-fba6-42cc-b75b-eb1aebb19c82 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d35fed78-fba6-42cc-b75b-eb1aebb19c82 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}







#s-d35fed78-fba6-42cc-b75b-eb1aebb19c82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d35fed78-fba6-42cc-b75b-eb1aebb19c82.shg-box.shg-c {
  justify-content: center;
}

#s-35b43649-1011-476a-ab30-071bc0bafd0f {
  display: none;
}
#s-a7e87d35-8a89-45a5-a1a4-935264720b7a {
  margin-bottom: 10px;
text-align: center;
}

#s-a7e87d35-8a89-45a5-a1a4-935264720b7a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a7e87d35-8a89-45a5-a1a4-935264720b7a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-a7e87d35-8a89-45a5-a1a4-935264720b7a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-a7e87d35-8a89-45a5-a1a4-935264720b7a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a7e87d35-8a89-45a5-a1a4-935264720b7a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-a7e87d35-8a89-45a5-a1a4-935264720b7a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7e87d35-8a89-45a5-a1a4-935264720b7a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a7e87d35-8a89-45a5-a1a4-935264720b7a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-a7e87d35-8a89-45a5-a1a4-935264720b7a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7e87d35-8a89-45a5-a1a4-935264720b7a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a7e87d35-8a89-45a5-a1a4-935264720b7a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-a7e87d35-8a89-45a5-a1a4-935264720b7a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-a7e87d35-8a89-45a5-a1a4-935264720b7a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-a7e87d35-8a89-45a5-a1a4-935264720b7a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-a7e87d35-8a89-45a5-a1a4-935264720b7a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-e1a76f03-f4cb-4181-b0a6-60197746fccd {
  margin-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e1a76f03-f4cb-4181-b0a6-60197746fccd {
  display: none;
}
#s-e1a76f03-f4cb-4181-b0a6-60197746fccd, #wrap-s-e1a76f03-f4cb-4181-b0a6-60197746fccd { display:none !important; }}
#s-e1a76f03-f4cb-4181-b0a6-60197746fccd .shg-product-quantity-wrapper {
  display: flex;
}

#s-e1a76f03-f4cb-4181-b0a6-60197746fccd .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e1a76f03-f4cb-4181-b0a6-60197746fccd .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e1a76f03-f4cb-4181-b0a6-60197746fccd .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e1a76f03-f4cb-4181-b0a6-60197746fccd .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-03f28723-da3f-4e18-a86d-387d83bd2693 {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-03f28723-da3f-4e18-a86d-387d83bd2693:hover {border-radius: 2px !important;
background-color: rgba(255, 134, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-03f28723-da3f-4e18-a86d-387d83bd2693:active {border-radius: 2px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-03f28723-da3f-4e18-a86d-387d83bd2693 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
}


#s-03f28723-da3f-4e18-a86d-387d83bd2693 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03f28723-da3f-4e18-a86d-387d83bd2693.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03f28723-da3f-4e18-a86d-387d83bd2693.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-03f28723-da3f-4e18-a86d-387d83bd2693.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-03f28723-da3f-4e18-a86d-387d83bd2693.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

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

#s-03f28723-da3f-4e18-a86d-387d83bd2693 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03f28723-da3f-4e18-a86d-387d83bd2693.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03f28723-da3f-4e18-a86d-387d83bd2693.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-03f28723-da3f-4e18-a86d-387d83bd2693.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-03f28723-da3f-4e18-a86d-387d83bd2693.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-03f28723-da3f-4e18-a86d-387d83bd2693-atc-btn-wrapper {
    text-align: center;
  }


#s-03f28723-da3f-4e18-a86d-387d83bd2693 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03f28723-da3f-4e18-a86d-387d83bd2693.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03f28723-da3f-4e18-a86d-387d83bd2693.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-03f28723-da3f-4e18-a86d-387d83bd2693.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-03f28723-da3f-4e18-a86d-387d83bd2693.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}
#s-a3e2ef6b-71f1-4f3b-8fb5-8866fbc72e14 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a3e2ef6b-71f1-4f3b-8fb5-8866fbc72e14 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}







#s-a3e2ef6b-71f1-4f3b-8fb5-8866fbc72e14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3e2ef6b-71f1-4f3b-8fb5-8866fbc72e14.shg-box.shg-c {
  justify-content: center;
}

#s-0ecc209d-25ca-4868-8723-b9688ebd453b {
  display: none;
}
#s-70c45556-4e1d-4356-ba6d-65455a035087 {
  margin-bottom: 10px;
text-align: center;
}

#s-70c45556-4e1d-4356-ba6d-65455a035087 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-70c45556-4e1d-4356-ba6d-65455a035087 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-70c45556-4e1d-4356-ba6d-65455a035087 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-70c45556-4e1d-4356-ba6d-65455a035087 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-70c45556-4e1d-4356-ba6d-65455a035087 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-70c45556-4e1d-4356-ba6d-65455a035087 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-70c45556-4e1d-4356-ba6d-65455a035087 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-70c45556-4e1d-4356-ba6d-65455a035087 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-70c45556-4e1d-4356-ba6d-65455a035087 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-70c45556-4e1d-4356-ba6d-65455a035087 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-70c45556-4e1d-4356-ba6d-65455a035087 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-70c45556-4e1d-4356-ba6d-65455a035087 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-70c45556-4e1d-4356-ba6d-65455a035087 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-70c45556-4e1d-4356-ba6d-65455a035087 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-70c45556-4e1d-4356-ba6d-65455a035087 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-d4ea3d9e-0bde-437f-89c6-2650711ef3c0 {
  margin-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d4ea3d9e-0bde-437f-89c6-2650711ef3c0 {
  display: none;
}
#s-d4ea3d9e-0bde-437f-89c6-2650711ef3c0, #wrap-s-d4ea3d9e-0bde-437f-89c6-2650711ef3c0 { display:none !important; }}
#s-d4ea3d9e-0bde-437f-89c6-2650711ef3c0 .shg-product-quantity-wrapper {
  display: flex;
}

#s-d4ea3d9e-0bde-437f-89c6-2650711ef3c0 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d4ea3d9e-0bde-437f-89c6-2650711ef3c0 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d4ea3d9e-0bde-437f-89c6-2650711ef3c0 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d4ea3d9e-0bde-437f-89c6-2650711ef3c0 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-df4de379-7e54-443e-b0da-d4c5897f8715 {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-df4de379-7e54-443e-b0da-d4c5897f8715:hover {border-radius: 2px !important;
background-color: rgba(255, 134, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-df4de379-7e54-443e-b0da-d4c5897f8715:active {border-radius: 2px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-df4de379-7e54-443e-b0da-d4c5897f8715 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
}


#s-df4de379-7e54-443e-b0da-d4c5897f8715 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df4de379-7e54-443e-b0da-d4c5897f8715.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df4de379-7e54-443e-b0da-d4c5897f8715.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-df4de379-7e54-443e-b0da-d4c5897f8715.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-df4de379-7e54-443e-b0da-d4c5897f8715.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

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

#s-df4de379-7e54-443e-b0da-d4c5897f8715 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df4de379-7e54-443e-b0da-d4c5897f8715.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df4de379-7e54-443e-b0da-d4c5897f8715.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-df4de379-7e54-443e-b0da-d4c5897f8715.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-df4de379-7e54-443e-b0da-d4c5897f8715.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-df4de379-7e54-443e-b0da-d4c5897f8715-atc-btn-wrapper {
    text-align: center;
  }


#s-df4de379-7e54-443e-b0da-d4c5897f8715 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-df4de379-7e54-443e-b0da-d4c5897f8715.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-df4de379-7e54-443e-b0da-d4c5897f8715.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-df4de379-7e54-443e-b0da-d4c5897f8715.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-df4de379-7e54-443e-b0da-d4c5897f8715.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}
#s-6538f2cd-b44d-4b41-bf8a-192d1f8cc3bb {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-6538f2cd-b44d-4b41-bf8a-192d1f8cc3bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6538f2cd-b44d-4b41-bf8a-192d1f8cc3bb.shg-box.shg-c {
  justify-content: center;
}

#s-425108d3-de01-4052-9488-589d27922e9c {
  display: none;
}
.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: #000;
  text-transform: none;
  font-weight: normal;
  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-9ba3a255-90cb-4cc6-9de0-9b7059fdf08c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9ba3a255-90cb-4cc6-9de0-9b7059fdf08c .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b5d14fa1-7189-43f0-9d02-cff4e1eff745 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-b5d14fa1-7189-43f0-9d02-cff4e1eff745 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5d14fa1-7189-43f0-9d02-cff4e1eff745.shg-box.shg-c {
  justify-content: center;
}

#s-b4ccdc39-a8d8-4a2c-ae9e-55cd83494b7b {
  display: none;
}
#s-3b2c871e-a1ee-4f5c-a70f-7efedff7c5cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3b2c871e-a1ee-4f5c-a70f-7efedff7c5cc .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-62965342-27de-4750-b81a-1685550f49b4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-62965342-27de-4750-b81a-1685550f49b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62965342-27de-4750-b81a-1685550f49b4.shg-box.shg-c {
  justify-content: center;
}

#s-f48e0890-dbc6-4d11-9816-03386475d97b {
  display: none;
}
#s-88bd77eb-67c5-491d-8465-54981e9a76a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-88bd77eb-67c5-491d-8465-54981e9a76a3 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ef22eb97-a04f-4fd6-a6ca-2258d0bc4b97 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.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;
  width: 100%;
  height: 100%;
  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-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 {
  text-align: center;
}


.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 {
  max-width: 100%;
}

.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 .shg-image-zoom,
.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 {
  max-width: 100%;
}

.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 .shg-image-zoom,
.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 {
  max-width: 100%;
}

.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 .shg-image-zoom,
.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 {
  max-width: 100%;
}

.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 .shg-image-zoom,
.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 {
  max-width: 100%;
}

.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 .shg-image-zoom,
.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c8201d0b-4b74-44d4-b7fc-7915bd67a7e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-2a8f4d23-75e9-4f5c-8c80-c642691d8b77 {
  display: none;
}
#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f {
  text-align: center;
}


.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f {
  max-width: 100%;
}

.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f .shg-image-zoom,
.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f {
  max-width: 100%;
}

.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f .shg-image-zoom,
.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f {
  max-width: 100%;
}

.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f .shg-image-zoom,
.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f {
  max-width: 100%;
}

.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f .shg-image-zoom,
.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f {
  max-width: 100%;
}

.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f .shg-image-zoom,
.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c2a141c2-6af0-4e93-883e-9e3a692b7c0f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-61f8ca14-bb85-40bc-a203-24573facf298 {
  display: none;
}
#s-fb72eb76-870d-441a-8b69-50ddc2330070 {
  text-align: center;
}


.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 {
  max-width: 100%;
}

.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 .shg-image-zoom,
.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 {
  max-width: 100%;
}

.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 .shg-image-zoom,
.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 {
  max-width: 100%;
}

.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 .shg-image-zoom,
.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 {
  max-width: 100%;
}

.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 .shg-image-zoom,
.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 {
  max-width: 100%;
}

.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 .shg-image-zoom,
.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-fb72eb76-870d-441a-8b69-50ddc2330070 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-3be51ea6-16a2-4dc9-8bec-8bbdca442cde {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-3be51ea6-16a2-4dc9-8bec-8bbdca442cde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3be51ea6-16a2-4dc9-8bec-8bbdca442cde.shg-box.shg-c {
  justify-content: center;
}

#s-22d81efb-51e0-4af5-8946-1027d101975a {
  display: none;
}
#s-2962cdb3-2e83-41c7-bf53-1612e94a7ca6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2962cdb3-2e83-41c7-bf53-1612e94a7ca6 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-bf4c9779-f4ca-4844-a62f-3cfbc2ee1bbf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bf4c9779-f4ca-4844-a62f-3cfbc2ee1bbf {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}







#s-bf4c9779-f4ca-4844-a62f-3cfbc2ee1bbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf4c9779-f4ca-4844-a62f-3cfbc2ee1bbf.shg-box.shg-c {
  justify-content: center;
}

#s-d8130157-9067-4ff8-9c1d-dcb752349cae {
  display: none;
}
#s-21915752-1290-401e-9f4f-f03522e5692b {
  margin-bottom: 10px;
text-align: center;
}

#s-21915752-1290-401e-9f4f-f03522e5692b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-21915752-1290-401e-9f4f-f03522e5692b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-21915752-1290-401e-9f4f-f03522e5692b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-21915752-1290-401e-9f4f-f03522e5692b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-21915752-1290-401e-9f4f-f03522e5692b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-21915752-1290-401e-9f4f-f03522e5692b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21915752-1290-401e-9f4f-f03522e5692b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-21915752-1290-401e-9f4f-f03522e5692b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-21915752-1290-401e-9f4f-f03522e5692b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-21915752-1290-401e-9f4f-f03522e5692b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-21915752-1290-401e-9f4f-f03522e5692b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-21915752-1290-401e-9f4f-f03522e5692b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-21915752-1290-401e-9f4f-f03522e5692b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-21915752-1290-401e-9f4f-f03522e5692b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-21915752-1290-401e-9f4f-f03522e5692b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-df839c02-48e7-490f-bc42-6aa76ef62770 {
  margin-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-df839c02-48e7-490f-bc42-6aa76ef62770 {
  display: none;
}
#s-df839c02-48e7-490f-bc42-6aa76ef62770, #wrap-s-df839c02-48e7-490f-bc42-6aa76ef62770 { display:none !important; }}
#s-df839c02-48e7-490f-bc42-6aa76ef62770 .shg-product-quantity-wrapper {
  display: flex;
}

#s-df839c02-48e7-490f-bc42-6aa76ef62770 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-df839c02-48e7-490f-bc42-6aa76ef62770 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-df839c02-48e7-490f-bc42-6aa76ef62770 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-df839c02-48e7-490f-bc42-6aa76ef62770 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-373aca41-a65d-4c3c-8dc8-ead1e0e71e49 {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-373aca41-a65d-4c3c-8dc8-ead1e0e71e49:hover {border-radius: 2px !important;
background-color: rgba(255, 134, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-373aca41-a65d-4c3c-8dc8-ead1e0e71e49:active {border-radius: 2px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-373aca41-a65d-4c3c-8dc8-ead1e0e71e49 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
}


#s-373aca41-a65d-4c3c-8dc8-ead1e0e71e49 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-373aca41-a65d-4c3c-8dc8-ead1e0e71e49.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-373aca41-a65d-4c3c-8dc8-ead1e0e71e49.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-373aca41-a65d-4c3c-8dc8-ead1e0e71e49.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-373aca41-a65d-4c3c-8dc8-ead1e0e71e49.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

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

#s-373aca41-a65d-4c3c-8dc8-ead1e0e71e49 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-373aca41-a65d-4c3c-8dc8-ead1e0e71e49.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-373aca41-a65d-4c3c-8dc8-ead1e0e71e49.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-373aca41-a65d-4c3c-8dc8-ead1e0e71e49.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-373aca41-a65d-4c3c-8dc8-ead1e0e71e49.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-373aca41-a65d-4c3c-8dc8-ead1e0e71e49-atc-btn-wrapper {
    text-align: center;
  }


#s-373aca41-a65d-4c3c-8dc8-ead1e0e71e49 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-373aca41-a65d-4c3c-8dc8-ead1e0e71e49.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-373aca41-a65d-4c3c-8dc8-ead1e0e71e49.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-373aca41-a65d-4c3c-8dc8-ead1e0e71e49.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-373aca41-a65d-4c3c-8dc8-ead1e0e71e49.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}
#s-7f7ff93b-e278-40d8-88c4-50d41a983082 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7f7ff93b-e278-40d8-88c4-50d41a983082 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}







#s-7f7ff93b-e278-40d8-88c4-50d41a983082 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f7ff93b-e278-40d8-88c4-50d41a983082.shg-box.shg-c {
  justify-content: center;
}

#s-511ec04f-8d80-4a16-b0ef-b481e0b92f3d {
  display: none;
}
#s-f478fcde-7d70-410e-95af-4711bac4120d {
  margin-bottom: 10px;
text-align: center;
}

#s-f478fcde-7d70-410e-95af-4711bac4120d .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f478fcde-7d70-410e-95af-4711bac4120d .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-f478fcde-7d70-410e-95af-4711bac4120d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-f478fcde-7d70-410e-95af-4711bac4120d .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f478fcde-7d70-410e-95af-4711bac4120d .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-f478fcde-7d70-410e-95af-4711bac4120d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f478fcde-7d70-410e-95af-4711bac4120d .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f478fcde-7d70-410e-95af-4711bac4120d .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-f478fcde-7d70-410e-95af-4711bac4120d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f478fcde-7d70-410e-95af-4711bac4120d .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f478fcde-7d70-410e-95af-4711bac4120d .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-f478fcde-7d70-410e-95af-4711bac4120d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-f478fcde-7d70-410e-95af-4711bac4120d .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-f478fcde-7d70-410e-95af-4711bac4120d .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-f478fcde-7d70-410e-95af-4711bac4120d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-03e36e9b-80d4-43a9-9c23-925d4672993e {
  margin-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-03e36e9b-80d4-43a9-9c23-925d4672993e {
  display: none;
}
#s-03e36e9b-80d4-43a9-9c23-925d4672993e, #wrap-s-03e36e9b-80d4-43a9-9c23-925d4672993e { display:none !important; }}
#s-03e36e9b-80d4-43a9-9c23-925d4672993e .shg-product-quantity-wrapper {
  display: flex;
}

#s-03e36e9b-80d4-43a9-9c23-925d4672993e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-03e36e9b-80d4-43a9-9c23-925d4672993e .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-03e36e9b-80d4-43a9-9c23-925d4672993e .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-03e36e9b-80d4-43a9-9c23-925d4672993e .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-ef4ac99f-409b-41d7-8e1e-80b284796658 {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ef4ac99f-409b-41d7-8e1e-80b284796658:hover {border-radius: 2px !important;
background-color: rgba(255, 134, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ef4ac99f-409b-41d7-8e1e-80b284796658:active {border-radius: 2px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ef4ac99f-409b-41d7-8e1e-80b284796658 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
}


#s-ef4ac99f-409b-41d7-8e1e-80b284796658 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef4ac99f-409b-41d7-8e1e-80b284796658.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef4ac99f-409b-41d7-8e1e-80b284796658.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-ef4ac99f-409b-41d7-8e1e-80b284796658.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-ef4ac99f-409b-41d7-8e1e-80b284796658.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

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

#s-ef4ac99f-409b-41d7-8e1e-80b284796658 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef4ac99f-409b-41d7-8e1e-80b284796658.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef4ac99f-409b-41d7-8e1e-80b284796658.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-ef4ac99f-409b-41d7-8e1e-80b284796658.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-ef4ac99f-409b-41d7-8e1e-80b284796658.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-ef4ac99f-409b-41d7-8e1e-80b284796658-atc-btn-wrapper {
    text-align: center;
  }


#s-ef4ac99f-409b-41d7-8e1e-80b284796658 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef4ac99f-409b-41d7-8e1e-80b284796658.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef4ac99f-409b-41d7-8e1e-80b284796658.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-ef4ac99f-409b-41d7-8e1e-80b284796658.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-ef4ac99f-409b-41d7-8e1e-80b284796658.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}
#s-559f42da-0d66-4a16-81e1-1785e0085636 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-559f42da-0d66-4a16-81e1-1785e0085636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-559f42da-0d66-4a16-81e1-1785e0085636.shg-box.shg-c {
  justify-content: center;
}

#s-6762ccd4-7067-456d-a175-03c66a0addf7 {
  text-align: left;
}
@media (max-width: 767px){#s-6762ccd4-7067-456d-a175-03c66a0addf7 {
  text-align: left;
}
}
#s-6762ccd4-7067-456d-a175-03c66a0addf7 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-6762ccd4-7067-456d-a175-03c66a0addf7 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-b52cfa9d-6a34-4b51-8c78-7d4f80c04eb6 {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b52cfa9d-6a34-4b51-8c78-7d4f80c04eb6 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-b52cfa9d-6a34-4b51-8c78-7d4f80c04eb6 {
  margin-bottom: 0px;
display: none;
}
#s-b52cfa9d-6a34-4b51-8c78-7d4f80c04eb6, #wrap-s-b52cfa9d-6a34-4b51-8c78-7d4f80c04eb6 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-d8e864db-b651-4a93-8501-5e95f93d4b7f {
  display: none;
}
#s-d8e864db-b651-4a93-8501-5e95f93d4b7f, #wrap-s-d8e864db-b651-4a93-8501-5e95f93d4b7f { display:none !important; }}@media (max-width: 767px){#s-d8e864db-b651-4a93-8501-5e95f93d4b7f {
  display: none;
}
#s-d8e864db-b651-4a93-8501-5e95f93d4b7f, #wrap-s-d8e864db-b651-4a93-8501-5e95f93d4b7f { display:none !important; }}
#s-688944d2-673d-45f1-8f91-b020c3a90d6c {
  display: none;
}
#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 {
  text-align: center;
}


.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 {
  max-width: 100%;
}

.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 .shg-image-zoom,
.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 {
  max-width: 100%;
}

.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 .shg-image-zoom,
.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 {
  max-width: 100%;
}

.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 .shg-image-zoom,
.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 {
  max-width: 100%;
}

.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 .shg-image-zoom,
.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 {
  max-width: 100%;
}

.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 .shg-image-zoom,
.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-bd7e62f5-5bbb-407c-8ab0-63dc98268717 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-fe01babf-c237-4d3e-85d4-779c136e3bb2 {
  display: none;
}
#s-288e09d2-7e47-4886-9cbb-5ab1de94922f {
  text-align: center;
}


.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f {
  max-width: 100%;
}

.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f .shg-image-zoom,
.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f {
  max-width: 100%;
}

.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f .shg-image-zoom,
.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f {
  max-width: 100%;
}

.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f .shg-image-zoom,
.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f {
  max-width: 100%;
}

.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f .shg-image-zoom,
.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f {
  max-width: 100%;
}

.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f .shg-image-zoom,
.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-288e09d2-7e47-4886-9cbb-5ab1de94922f .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e184bfd5-d532-48a1-bd10-fedb2c0cd5bb hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-484d7a50-b118-444c-814c-dd6a8d8732be {
  margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}

#s-484d7a50-b118-444c-814c-dd6a8d8732be .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d7ae581f-692c-472c-bb42-aae23b36ab82 {
  margin-bottom: 20px;
}

#s-d7ae581f-692c-472c-bb42-aae23b36ab82 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-d7ae581f-692c-472c-bb42-aae23b36ab82 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d7ae581f-692c-472c-bb42-aae23b36ab82 td.shogun-table-column {
  background-color: rgba(245, 245, 245, 1);
  padding: 20px;
  text-align: left;
}

#s-d7ae581f-692c-472c-bb42-aae23b36ab82 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-d7ae581f-692c-472c-bb42-aae23b36ab82 td.shogun-table-column, #s-d7ae581f-692c-472c-bb42-aae23b36ab82 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-96155202-fe7e-480a-b468-f0487a5c4fd9 {
  text-align: left;
}
@media (max-width: 767px){#s-96155202-fe7e-480a-b468-f0487a5c4fd9 {
  text-align: left;
}
}
#s-96155202-fe7e-480a-b468-f0487a5c4fd9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-96155202-fe7e-480a-b468-f0487a5c4fd9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-a9637546-b0b6-4eb7-92a1-27117537299f {
  text-align: left;
}
@media (max-width: 767px){#s-a9637546-b0b6-4eb7-92a1-27117537299f {
  text-align: left;
}
}
#s-a9637546-b0b6-4eb7-92a1-27117537299f .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-a9637546-b0b6-4eb7-92a1-27117537299f .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-273f1cad-74f9-48ed-a283-c77c6a1191ba {
  text-align: left;
}
@media (max-width: 767px){#s-273f1cad-74f9-48ed-a283-c77c6a1191ba {
  text-align: left;
}
}
#s-273f1cad-74f9-48ed-a283-c77c6a1191ba .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-273f1cad-74f9-48ed-a283-c77c6a1191ba .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-92c6edcd-09c4-4aca-a01e-b0428800d6c2 {
  text-align: left;
}
@media (max-width: 767px){#s-92c6edcd-09c4-4aca-a01e-b0428800d6c2 {
  text-align: left;
}
}
#s-92c6edcd-09c4-4aca-a01e-b0428800d6c2 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-92c6edcd-09c4-4aca-a01e-b0428800d6c2 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-604ce0fb-3b65-4195-b258-752a8eb75da0 {
  text-align: left;
}
@media (max-width: 767px){#s-604ce0fb-3b65-4195-b258-752a8eb75da0 {
  text-align: left;
}
}
#s-604ce0fb-3b65-4195-b258-752a8eb75da0 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-604ce0fb-3b65-4195-b258-752a8eb75da0 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-18e0d9f2-e6a8-47fa-8b60-2245eac37225 {
  text-align: left;
}
@media (max-width: 767px){#s-18e0d9f2-e6a8-47fa-8b60-2245eac37225 {
  text-align: left;
}
}
#s-18e0d9f2-e6a8-47fa-8b60-2245eac37225 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-18e0d9f2-e6a8-47fa-8b60-2245eac37225 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-97dc8011-0b63-4788-bd98-87ababbd241b {
  text-align: left;
}
@media (max-width: 767px){#s-97dc8011-0b63-4788-bd98-87ababbd241b {
  text-align: left;
}
}
#s-97dc8011-0b63-4788-bd98-87ababbd241b .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-97dc8011-0b63-4788-bd98-87ababbd241b .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-59b9c45a-af17-4844-8c6f-dba62c8b31be {
  text-align: left;
}
@media (max-width: 767px){#s-59b9c45a-af17-4844-8c6f-dba62c8b31be {
  text-align: left;
}
}
#s-59b9c45a-af17-4844-8c6f-dba62c8b31be .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-59b9c45a-af17-4844-8c6f-dba62c8b31be .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-b9b539d3-c2fc-40ea-b41e-6948bfb562db {
  text-align: left;
}
@media (max-width: 767px){#s-b9b539d3-c2fc-40ea-b41e-6948bfb562db {
  text-align: left;
}
}
#s-b9b539d3-c2fc-40ea-b41e-6948bfb562db .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-b9b539d3-c2fc-40ea-b41e-6948bfb562db .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-67ee7dd7-ba3b-4308-ab0e-5fc12fe99722 {
  text-align: left;
}
@media (max-width: 767px){#s-67ee7dd7-ba3b-4308-ab0e-5fc12fe99722 {
  text-align: left;
}
}
#s-67ee7dd7-ba3b-4308-ab0e-5fc12fe99722 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-67ee7dd7-ba3b-4308-ab0e-5fc12fe99722 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-f2c026a8-9305-4c8c-97e0-315a60081ccf {
  text-align: left;
}
@media (max-width: 767px){#s-f2c026a8-9305-4c8c-97e0-315a60081ccf {
  text-align: left;
}
}
#s-f2c026a8-9305-4c8c-97e0-315a60081ccf .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-f2c026a8-9305-4c8c-97e0-315a60081ccf .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-ca1b5a17-1275-4343-88d3-586c30f17f28 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ca1b5a17-1275-4343-88d3-586c30f17f28 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}







#s-ca1b5a17-1275-4343-88d3-586c30f17f28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca1b5a17-1275-4343-88d3-586c30f17f28.shg-box.shg-c {
  justify-content: center;
}

#s-0d586f24-03c6-4e4d-b1f7-2463b598b048 {
  display: none;
}
#s-483877cd-5be0-4b41-936c-66a74461135f {
  margin-bottom: 10px;
text-align: center;
}

#s-483877cd-5be0-4b41-936c-66a74461135f .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-483877cd-5be0-4b41-936c-66a74461135f .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-483877cd-5be0-4b41-936c-66a74461135f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-483877cd-5be0-4b41-936c-66a74461135f .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-483877cd-5be0-4b41-936c-66a74461135f .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-483877cd-5be0-4b41-936c-66a74461135f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-483877cd-5be0-4b41-936c-66a74461135f .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-483877cd-5be0-4b41-936c-66a74461135f .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-483877cd-5be0-4b41-936c-66a74461135f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-483877cd-5be0-4b41-936c-66a74461135f .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-483877cd-5be0-4b41-936c-66a74461135f .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-483877cd-5be0-4b41-936c-66a74461135f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-483877cd-5be0-4b41-936c-66a74461135f .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-483877cd-5be0-4b41-936c-66a74461135f .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-483877cd-5be0-4b41-936c-66a74461135f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-5809a221-b812-4671-b8eb-a17aceac632a {
  margin-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-5809a221-b812-4671-b8eb-a17aceac632a {
  display: none;
}
#s-5809a221-b812-4671-b8eb-a17aceac632a, #wrap-s-5809a221-b812-4671-b8eb-a17aceac632a { display:none !important; }}
#s-5809a221-b812-4671-b8eb-a17aceac632a .shg-product-quantity-wrapper {
  display: flex;
}

#s-5809a221-b812-4671-b8eb-a17aceac632a .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5809a221-b812-4671-b8eb-a17aceac632a .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5809a221-b812-4671-b8eb-a17aceac632a .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5809a221-b812-4671-b8eb-a17aceac632a .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-6737e6e6-46d1-4019-b107-03dab14fa983 {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6737e6e6-46d1-4019-b107-03dab14fa983:hover {border-radius: 2px !important;
background-color: rgba(255, 134, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6737e6e6-46d1-4019-b107-03dab14fa983:active {border-radius: 2px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6737e6e6-46d1-4019-b107-03dab14fa983 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
}


#s-6737e6e6-46d1-4019-b107-03dab14fa983 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6737e6e6-46d1-4019-b107-03dab14fa983.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6737e6e6-46d1-4019-b107-03dab14fa983.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-6737e6e6-46d1-4019-b107-03dab14fa983.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-6737e6e6-46d1-4019-b107-03dab14fa983.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

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

#s-6737e6e6-46d1-4019-b107-03dab14fa983 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6737e6e6-46d1-4019-b107-03dab14fa983.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6737e6e6-46d1-4019-b107-03dab14fa983.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-6737e6e6-46d1-4019-b107-03dab14fa983.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-6737e6e6-46d1-4019-b107-03dab14fa983.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-6737e6e6-46d1-4019-b107-03dab14fa983-atc-btn-wrapper {
    text-align: center;
  }


#s-6737e6e6-46d1-4019-b107-03dab14fa983 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6737e6e6-46d1-4019-b107-03dab14fa983.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6737e6e6-46d1-4019-b107-03dab14fa983.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-6737e6e6-46d1-4019-b107-03dab14fa983.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-6737e6e6-46d1-4019-b107-03dab14fa983.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}
#s-1e9b97a2-dc81-4249-9967-9196a826c78a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1e9b97a2-dc81-4249-9967-9196a826c78a {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}







#s-1e9b97a2-dc81-4249-9967-9196a826c78a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e9b97a2-dc81-4249-9967-9196a826c78a.shg-box.shg-c {
  justify-content: center;
}

#s-c107b696-cb38-417d-bf57-d2ccfa6dad98 {
  display: none;
}
#s-8f0d8027-a869-4c2e-9a2d-163981b2a817 {
  margin-bottom: 10px;
text-align: center;
}

#s-8f0d8027-a869-4c2e-9a2d-163981b2a817 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8f0d8027-a869-4c2e-9a2d-163981b2a817 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-8f0d8027-a869-4c2e-9a2d-163981b2a817 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-8f0d8027-a869-4c2e-9a2d-163981b2a817 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8f0d8027-a869-4c2e-9a2d-163981b2a817 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-8f0d8027-a869-4c2e-9a2d-163981b2a817 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f0d8027-a869-4c2e-9a2d-163981b2a817 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8f0d8027-a869-4c2e-9a2d-163981b2a817 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-8f0d8027-a869-4c2e-9a2d-163981b2a817 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f0d8027-a869-4c2e-9a2d-163981b2a817 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8f0d8027-a869-4c2e-9a2d-163981b2a817 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-8f0d8027-a869-4c2e-9a2d-163981b2a817 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-8f0d8027-a869-4c2e-9a2d-163981b2a817 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-8f0d8027-a869-4c2e-9a2d-163981b2a817 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-8f0d8027-a869-4c2e-9a2d-163981b2a817 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-1a084fb8-8160-4994-812d-303f29783e64 {
  margin-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-1a084fb8-8160-4994-812d-303f29783e64 {
  display: none;
}
#s-1a084fb8-8160-4994-812d-303f29783e64, #wrap-s-1a084fb8-8160-4994-812d-303f29783e64 { display:none !important; }}
#s-1a084fb8-8160-4994-812d-303f29783e64 .shg-product-quantity-wrapper {
  display: flex;
}

#s-1a084fb8-8160-4994-812d-303f29783e64 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1a084fb8-8160-4994-812d-303f29783e64 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1a084fb8-8160-4994-812d-303f29783e64 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1a084fb8-8160-4994-812d-303f29783e64 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-c26f5f54-f6c0-4e29-af9a-0c16de6674a5 {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c26f5f54-f6c0-4e29-af9a-0c16de6674a5:hover {border-radius: 2px !important;
background-color: rgba(255, 134, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c26f5f54-f6c0-4e29-af9a-0c16de6674a5:active {border-radius: 2px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c26f5f54-f6c0-4e29-af9a-0c16de6674a5 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
}


#s-c26f5f54-f6c0-4e29-af9a-0c16de6674a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c26f5f54-f6c0-4e29-af9a-0c16de6674a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c26f5f54-f6c0-4e29-af9a-0c16de6674a5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-c26f5f54-f6c0-4e29-af9a-0c16de6674a5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-c26f5f54-f6c0-4e29-af9a-0c16de6674a5.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

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

#s-c26f5f54-f6c0-4e29-af9a-0c16de6674a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c26f5f54-f6c0-4e29-af9a-0c16de6674a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c26f5f54-f6c0-4e29-af9a-0c16de6674a5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-c26f5f54-f6c0-4e29-af9a-0c16de6674a5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-c26f5f54-f6c0-4e29-af9a-0c16de6674a5.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-c26f5f54-f6c0-4e29-af9a-0c16de6674a5-atc-btn-wrapper {
    text-align: center;
  }


#s-c26f5f54-f6c0-4e29-af9a-0c16de6674a5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c26f5f54-f6c0-4e29-af9a-0c16de6674a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c26f5f54-f6c0-4e29-af9a-0c16de6674a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-c26f5f54-f6c0-4e29-af9a-0c16de6674a5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-c26f5f54-f6c0-4e29-af9a-0c16de6674a5.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}
#s-2ad0c84c-8312-4474-9dea-ad932d421a67 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-2ad0c84c-8312-4474-9dea-ad932d421a67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ad0c84c-8312-4474-9dea-ad932d421a67.shg-box.shg-c {
  justify-content: center;
}

#s-1503ff9e-876e-4f24-aed5-dcc58dc2076d {
  text-align: left;
}
@media (max-width: 767px){#s-1503ff9e-876e-4f24-aed5-dcc58dc2076d {
  text-align: left;
}
}
#s-1503ff9e-876e-4f24-aed5-dcc58dc2076d .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-1503ff9e-876e-4f24-aed5-dcc58dc2076d .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-95039009-02da-4398-8072-cd46f0485da0 {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-95039009-02da-4398-8072-cd46f0485da0 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-95039009-02da-4398-8072-cd46f0485da0 {
  margin-bottom: 0px;
display: none;
}
#s-95039009-02da-4398-8072-cd46f0485da0, #wrap-s-95039009-02da-4398-8072-cd46f0485da0 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-3e39fd7e-3fd2-4b37-8ce2-24d81e363040 {
  display: none;
}
#s-3e39fd7e-3fd2-4b37-8ce2-24d81e363040, #wrap-s-3e39fd7e-3fd2-4b37-8ce2-24d81e363040 { display:none !important; }}@media (max-width: 767px){#s-3e39fd7e-3fd2-4b37-8ce2-24d81e363040 {
  display: none;
}
#s-3e39fd7e-3fd2-4b37-8ce2-24d81e363040, #wrap-s-3e39fd7e-3fd2-4b37-8ce2-24d81e363040 { display:none !important; }}
#s-3a8cefdb-d3fc-40d0-b8a9-ce7a197c5265 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-3a8cefdb-d3fc-40d0-b8a9-ce7a197c5265 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a8cefdb-d3fc-40d0-b8a9-ce7a197c5265.shg-box.shg-c {
  justify-content: center;
}

#s-d20ac4b7-d98b-4025-af44-ce8658e82966 {
  text-align: left;
}
@media (max-width: 767px){#s-d20ac4b7-d98b-4025-af44-ce8658e82966 {
  text-align: left;
}
}
#s-d20ac4b7-d98b-4025-af44-ce8658e82966 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-d20ac4b7-d98b-4025-af44-ce8658e82966 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-fba41178-e6d7-4cc8-bed3-2f2a91f57cec {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fba41178-e6d7-4cc8-bed3-2f2a91f57cec {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-fba41178-e6d7-4cc8-bed3-2f2a91f57cec {
  margin-bottom: 0px;
display: none;
}
#s-fba41178-e6d7-4cc8-bed3-2f2a91f57cec, #wrap-s-fba41178-e6d7-4cc8-bed3-2f2a91f57cec { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-ed257a1d-6228-47d5-bf66-74332271ccc5 {
  display: none;
}
#s-ed257a1d-6228-47d5-bf66-74332271ccc5, #wrap-s-ed257a1d-6228-47d5-bf66-74332271ccc5 { display:none !important; }}@media (max-width: 767px){#s-ed257a1d-6228-47d5-bf66-74332271ccc5 {
  display: none;
}
#s-ed257a1d-6228-47d5-bf66-74332271ccc5, #wrap-s-ed257a1d-6228-47d5-bf66-74332271ccc5 { display:none !important; }}
#s-0f493a55-dd21-43d7-80e8-d8dd447bf9b0 {
  display: none;
}
#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 {
  text-align: center;
}


.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 {
  max-width: 100%;
}

.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 .shg-image-zoom,
.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 {
  max-width: 100%;
}

.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 .shg-image-zoom,
.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 {
  max-width: 100%;
}

.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 .shg-image-zoom,
.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 {
  max-width: 100%;
}

.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 .shg-image-zoom,
.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 {
  max-width: 100%;
}

.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 .shg-image-zoom,
.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-68650ca8-2d74-48ad-9ccc-f71f9c2223e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-efe8ddc2-2824-49a9-8520-3a6387ae855b {
  display: none;
}
#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 {
  text-align: center;
}


.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 {
  max-width: 100%;
}

.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 .shg-image-zoom,
.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 {
  max-width: 100%;
}

.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 .shg-image-zoom,
.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 {
  max-width: 100%;
}

.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 .shg-image-zoom,
.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 {
  max-width: 100%;
}

.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 .shg-image-zoom,
.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 {
  max-width: 100%;
}

.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 .shg-image-zoom,
.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-0db20c51-a89c-4f07-bf59-ddfe06e36b27 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-dbe67e5f-aa30-4798-9cb1-af994d7e9826 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dbe67e5f-aa30-4798-9cb1-af994d7e9826 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}







#s-dbe67e5f-aa30-4798-9cb1-af994d7e9826 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbe67e5f-aa30-4798-9cb1-af994d7e9826.shg-box.shg-c {
  justify-content: center;
}

#s-36804095-c9b1-48ac-b91e-3437c74bf365 {
  display: none;
}
#s-96b7689b-e496-4267-86f7-4d7427c2a50f {
  margin-bottom: 10px;
text-align: center;
}

#s-96b7689b-e496-4267-86f7-4d7427c2a50f .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-96b7689b-e496-4267-86f7-4d7427c2a50f .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-96b7689b-e496-4267-86f7-4d7427c2a50f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 1200px){#s-96b7689b-e496-4267-86f7-4d7427c2a50f .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-96b7689b-e496-4267-86f7-4d7427c2a50f .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-96b7689b-e496-4267-86f7-4d7427c2a50f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96b7689b-e496-4267-86f7-4d7427c2a50f .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-96b7689b-e496-4267-86f7-4d7427c2a50f .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-96b7689b-e496-4267-86f7-4d7427c2a50f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-96b7689b-e496-4267-86f7-4d7427c2a50f .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-96b7689b-e496-4267-86f7-4d7427c2a50f .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-96b7689b-e496-4267-86f7-4d7427c2a50f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}@media (max-width: 767px){#s-96b7689b-e496-4267-86f7-4d7427c2a50f .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-96b7689b-e496-4267-86f7-4d7427c2a50f .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-96b7689b-e496-4267-86f7-4d7427c2a50f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
}
#s-9816c0d2-8baf-4aca-b4e0-679ed6ae46c1 {
  margin-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-9816c0d2-8baf-4aca-b4e0-679ed6ae46c1 {
  display: none;
}
#s-9816c0d2-8baf-4aca-b4e0-679ed6ae46c1, #wrap-s-9816c0d2-8baf-4aca-b4e0-679ed6ae46c1 { display:none !important; }}
#s-9816c0d2-8baf-4aca-b4e0-679ed6ae46c1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-9816c0d2-8baf-4aca-b4e0-679ed6ae46c1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-9816c0d2-8baf-4aca-b4e0-679ed6ae46c1 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-9816c0d2-8baf-4aca-b4e0-679ed6ae46c1 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-9816c0d2-8baf-4aca-b4e0-679ed6ae46c1 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-493ea091-2f9d-4d9d-a2d8-623294a45ff5 {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-493ea091-2f9d-4d9d-a2d8-623294a45ff5:hover {border-radius: 2px !important;
background-color: rgba(255, 134, 0, 0.8) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-493ea091-2f9d-4d9d-a2d8-623294a45ff5:active {border-radius: 2px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-493ea091-2f9d-4d9d-a2d8-623294a45ff5 {
  padding-top: 10px;
padding-bottom: 10px;
border-radius: 2px;
background-color: rgba(255, 134, 0, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
}


#s-493ea091-2f9d-4d9d-a2d8-623294a45ff5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-493ea091-2f9d-4d9d-a2d8-623294a45ff5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-493ea091-2f9d-4d9d-a2d8-623294a45ff5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-493ea091-2f9d-4d9d-a2d8-623294a45ff5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-493ea091-2f9d-4d9d-a2d8-623294a45ff5.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

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

#s-493ea091-2f9d-4d9d-a2d8-623294a45ff5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-493ea091-2f9d-4d9d-a2d8-623294a45ff5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-493ea091-2f9d-4d9d-a2d8-623294a45ff5.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-493ea091-2f9d-4d9d-a2d8-623294a45ff5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-493ea091-2f9d-4d9d-a2d8-623294a45ff5.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-493ea091-2f9d-4d9d-a2d8-623294a45ff5-atc-btn-wrapper {
    text-align: center;
  }


#s-493ea091-2f9d-4d9d-a2d8-623294a45ff5 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-493ea091-2f9d-4d9d-a2d8-623294a45ff5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-493ea091-2f9d-4d9d-a2d8-623294a45ff5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-493ea091-2f9d-4d9d-a2d8-623294a45ff5.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-493ea091-2f9d-4d9d-a2d8-623294a45ff5.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}
#s-e88372ae-d3a0-4ef7-bedc-50f35c8376f3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-e88372ae-d3a0-4ef7-bedc-50f35c8376f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e88372ae-d3a0-4ef7-bedc-50f35c8376f3.shg-box.shg-c {
  justify-content: center;
}

#s-30562ec9-fb5e-4bf4-8786-506eaccfbbce {
  text-align: left;
}
@media (max-width: 767px){#s-30562ec9-fb5e-4bf4-8786-506eaccfbbce {
  text-align: left;
}
}
#s-30562ec9-fb5e-4bf4-8786-506eaccfbbce .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-30562ec9-fb5e-4bf4-8786-506eaccfbbce .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-0b6bbfbb-ea6e-445c-aaf1-1eb843b8332d {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b6bbfbb-ea6e-445c-aaf1-1eb843b8332d {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-0b6bbfbb-ea6e-445c-aaf1-1eb843b8332d {
  margin-bottom: 0px;
display: none;
}
#s-0b6bbfbb-ea6e-445c-aaf1-1eb843b8332d, #wrap-s-0b6bbfbb-ea6e-445c-aaf1-1eb843b8332d { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-cd3019ca-e915-4fd5-b05a-0f936cdc8f30 {
  display: none;
}
#s-cd3019ca-e915-4fd5-b05a-0f936cdc8f30, #wrap-s-cd3019ca-e915-4fd5-b05a-0f936cdc8f30 { display:none !important; }}@media (max-width: 767px){#s-cd3019ca-e915-4fd5-b05a-0f936cdc8f30 {
  display: none;
}
#s-cd3019ca-e915-4fd5-b05a-0f936cdc8f30, #wrap-s-cd3019ca-e915-4fd5-b05a-0f936cdc8f30 { display:none !important; }}
#s-6177ea23-ef06-4cf2-9717-10ce849582f4 {
  display: none;
}
#s-79f40a8a-653d-4902-9076-099ea2f033c1 {
  text-align: center;
}


.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 {
  max-width: 100%;
}

.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 .shg-image-zoom,
.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 {
  max-width: 100%;
}

.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 .shg-image-zoom,
.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 {
  max-width: 100%;
}

.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 .shg-image-zoom,
.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 {
  max-width: 100%;
}

.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 .shg-image-zoom,
.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 {
  max-width: 100%;
}

.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 .shg-image-zoom,
.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-79f40a8a-653d-4902-9076-099ea2f033c1 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
/*
  $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;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
