.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-de246b15-6515-4ade-9f43-5765438f82da {
  min-height: 50px;
}








#s-de246b15-6515-4ade-9f43-5765438f82da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de246b15-6515-4ade-9f43-5765438f82da.shg-box.shg-c {
  justify-content: center;
}

#s-acd56b10-0c04-4102-902b-a81e084b5433 {
  min-height: 50px;
}








#s-acd56b10-0c04-4102-902b-a81e084b5433 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acd56b10-0c04-4102-902b-a81e084b5433.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-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b55d781b-4398-4505-b5aa-f44db4d592cd"] > .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-c5d107fd-7138-4048-8ee5-5a4895155d09 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: left;
}

#s-c5d107fd-7138-4048-8ee5-5a4895155d09 .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-2e2ee855-359c-4ba2-8f97-19750e17f5c3 {
  margin-bottom: 20px;
}

#s-dbc020c9-74e1-47f6-9a78-8534d9397a8b {
  margin-top: 10px;
margin-bottom: 20px;
text-align: left;
}

#s-dbc020c9-74e1-47f6-9a78-8534d9397a8b .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-05c52457-cc11-46d6-b290-ab6d13ee7bc1 {
  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-7a7fbe1c-abf5-41e0-9345-8b752fd79707 {
  text-align: center;
}




  #s-7a7fbe1c-abf5-41e0-9345-8b752fd79707 img.shogun-image {
    
    width: px;
  }


#s-7a7fbe1c-abf5-41e0-9345-8b752fd79707 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e7cbd59-8fc8-44d2-9ced-55c087cbcc1b {
  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-4e7cbd59-8fc8-44d2-9ced-55c087cbcc1b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e7cbd59-8fc8-44d2-9ced-55c087cbcc1b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e7cbd59-8fc8-44d2-9ced-55c087cbcc1b {
  
}
}@media (max-width: 767px){#s-4e7cbd59-8fc8-44d2-9ced-55c087cbcc1b {
  
}
}







#s-4e7cbd59-8fc8-44d2-9ced-55c087cbcc1b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-4e7cbd59-8fc8-44d2-9ced-55c087cbcc1b.shg-box.shg-c {
  justify-content: center;
}

#s-246557d3-be59-41ca-a533-a4c33c268ffc {
  margin-top: 40px;
}

@media (min-width: 0px) {
[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-246557d3-be59-41ca-a533-a4c33c268ffc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d2c757ff-51c8-4a88-a090-a863e40c1fb0 {
  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-d2c757ff-51c8-4a88-a090-a863e40c1fb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2c757ff-51c8-4a88-a090-a863e40c1fb0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-87361423-fd04-4b96-bcd9-0719582ac642 {
  margin-left: 20px;
margin-right: 20px;
}

#s-87361423-fd04-4b96-bcd9-0719582ac642 .shogun-icon-wrapper {
  text-align: left;
}


#s-87361423-fd04-4b96-bcd9-0719582ac642 .shogun-icon-wrapper > .shogun-icon {

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

#s-f8db9d9b-dab7-4d80-a3d5-3cb4349cbe4a {
  margin-left: 20px;
margin-bottom: -10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f8db9d9b-dab7-4d80-a3d5-3cb4349cbe4a .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-c21be423-9f3e-4f17-9b83-3797bce6239e {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-39e28824-fe1a-420c-9fb7-c8550b4fa881 {
  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-39e28824-fe1a-420c-9fb7-c8550b4fa881 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39e28824-fe1a-420c-9fb7-c8550b4fa881.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e74c5c9a-c812-46be-9bb5-1c1a6ac4312f {
  margin-left: 20px;
margin-right: 20px;
}

#s-e74c5c9a-c812-46be-9bb5-1c1a6ac4312f .shogun-icon-wrapper {
  text-align: left;
}


#s-e74c5c9a-c812-46be-9bb5-1c1a6ac4312f .shogun-icon-wrapper > .shogun-icon {

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

#s-70064cd4-0b98-4b0e-88f7-042b63c63379 {
  margin-left: 20px;
margin-bottom: -10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-70064cd4-0b98-4b0e-88f7-042b63c63379 .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-ec86c22b-702b-47d4-802d-3cb6343f9f3c {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-a3cd64c7-d2d8-4a2e-a1ab-b0d79b6dfdc9 {
  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-a3cd64c7-d2d8-4a2e-a1ab-b0d79b6dfdc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3cd64c7-d2d8-4a2e-a1ab-b0d79b6dfdc9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f7caeab7-36b8-4c75-9cf4-9fdcd05413d4 {
  margin-left: 20px;
margin-right: 20px;
}

#s-f7caeab7-36b8-4c75-9cf4-9fdcd05413d4 .shogun-icon-wrapper {
  text-align: left;
}


#s-f7caeab7-36b8-4c75-9cf4-9fdcd05413d4 .shogun-icon-wrapper > .shogun-icon {

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

#s-1846b3ea-ce88-4189-b759-d0c836bd7e46 {
  margin-left: 20px;
margin-bottom: -10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1846b3ea-ce88-4189-b759-d0c836bd7e46 .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-6ac993b3-3d50-4b77-8aa4-7f93454454a9 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

#s-31ab106f-8f6c-41f8-9f68-31042ec1b3db hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-989a5ce9-5fda-4a1b-bace-6276fe0e93b7 {
  min-height: 50px;
}








#s-989a5ce9-5fda-4a1b-bace-6276fe0e93b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-989a5ce9-5fda-4a1b-bace-6276fe0e93b7.shg-box.shg-c {
  justify-content: center;
}

#s-928aede1-8bc4-4b93-a12c-04d514eaf6f5 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}

#s-928aede1-8bc4-4b93-a12c-04d514eaf6f5 .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-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ed94db7d-2ffe-4c75-a977-2ba1e45a01aa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8ef6c4d9-e8a0-4a70-bb16-520538d42272 {
  text-align: center;
}




  #s-8ef6c4d9-e8a0-4a70-bb16-520538d42272 img.shogun-image {
    
    width: px;
  }


#s-8ef6c4d9-e8a0-4a70-bb16-520538d42272 .shogun-image-content {
  
    align-items: center;
  
}

#s-48418afb-fa3f-4503-8277-60fed25f9ec4 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-48418afb-fa3f-4503-8277-60fed25f9ec4 .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-f6f7557e-b604-4b79-99cf-700f60cf7061 {
  margin-bottom: 20px;
}

#s-aa7133cb-c058-4bf7-9f9c-67b8d95cedcc {
  text-align: center;
}




  #s-aa7133cb-c058-4bf7-9f9c-67b8d95cedcc img.shogun-image {
    
    width: px;
  }


#s-aa7133cb-c058-4bf7-9f9c-67b8d95cedcc .shogun-image-content {
  
    align-items: center;
  
}

#s-bdd932ea-4d8d-49c4-9e07-0f50a43ae3c2 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-bdd932ea-4d8d-49c4-9e07-0f50a43ae3c2 .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-cebb19cc-ddd5-4d20-9fe3-6dacf96141ed {
  margin-bottom: 20px;
}

#s-2db3d7e6-ceaa-4a91-a6d3-09a52fcdc30b {
  text-align: center;
}




  #s-2db3d7e6-ceaa-4a91-a6d3-09a52fcdc30b img.shogun-image {
    
    width: px;
  }


#s-2db3d7e6-ceaa-4a91-a6d3-09a52fcdc30b .shogun-image-content {
  
    align-items: center;
  
}

#s-c85476b1-84f0-48c6-9082-4ac6e2a25f9f {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-c85476b1-84f0-48c6-9082-4ac6e2a25f9f .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-2e8b1b63-5e8e-4546-9507-2438482265be {
  margin-bottom: 20px;
}

#s-36326ff8-8755-47a4-abd0-66abde8b32c9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-e0d698ff-46a8-4f83-a104-13091f8b7892 {
  min-height: 50px;
}








#s-e0d698ff-46a8-4f83-a104-13091f8b7892 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0d698ff-46a8-4f83-a104-13091f8b7892.shg-box.shg-c {
  justify-content: center;
}

#s-601b080a-b1f6-48fb-9f4c-88536ea6bd1c {
  margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}

#s-601b080a-b1f6-48fb-9f4c-88536ea6bd1c .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-33b05b61-f6cb-48aa-8192-74d99c2ee538 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-33b05b61-f6cb-48aa-8192-74d99c2ee538 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-33b05b61-f6cb-48aa-8192-74d99c2ee538 .shg-sld-nav-button.shg-sld-left,
#s-33b05b61-f6cb-48aa-8192-74d99c2ee538 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0813fd4-c99f-41c5-8354-26e6e6b8dc24"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6b574f41-84b9-4add-9146-02308982f9c4 {
  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-6b574f41-84b9-4add-9146-02308982f9c4 img.shogun-image {
    
    width: px;
  }


#s-6b574f41-84b9-4add-9146-02308982f9c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8c2aaab-0887-43be-866f-6879b01df05c {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-c8c2aaab-0887-43be-866f-6879b01df05c .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-58813790-efcb-4036-a183-023ca3fc8884 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3b59dcf1-0000-4b6e-9b29-00281e958db7"] > .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-feaf4450-bc05-4baf-9f3e-da836715b386 {
  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-feaf4450-bc05-4baf-9f3e-da836715b386: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-feaf4450-bc05-4baf-9f3e-da836715b386: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-feaf4450-bc05-4baf-9f3e-da836715b386 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-feaf4450-bc05-4baf-9f3e-da836715b386 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
}
}

  #s-feaf4450-bc05-4baf-9f3e-da836715b386-btn-wrapper {
    text-align: center;
  }


#s-feaf4450-bc05-4baf-9f3e-da836715b386.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-a5491084-72dd-466f-a1f0-81421915ba67 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5491084-72dd-466f-a1f0-81421915ba67"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d7ae99d5-9ac9-40fb-821c-4e84cc63643a {
  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-d7ae99d5-9ac9-40fb-821c-4e84cc63643a img.shogun-image {
    
    width: px;
  }


#s-d7ae99d5-9ac9-40fb-821c-4e84cc63643a .shogun-image-content {
  
    align-items: center;
  
}

#s-a02a1f9d-5016-49c7-b28e-fd9b923b18b7 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-a02a1f9d-5016-49c7-b28e-fd9b923b18b7 .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-732cc744-7233-4757-93bb-1bb103cdab46 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f6ff340c-61ce-432a-8c4e-acc54842bd80"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-959d4849-7c06-445f-88e8-e0ad73f3fae7 {
  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-959d4849-7c06-445f-88e8-e0ad73f3fae7: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-959d4849-7c06-445f-88e8-e0ad73f3fae7: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-959d4849-7c06-445f-88e8-e0ad73f3fae7 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-959d4849-7c06-445f-88e8-e0ad73f3fae7 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
}
}

  #s-959d4849-7c06-445f-88e8-e0ad73f3fae7-btn-wrapper {
    text-align: center;
  }


#s-959d4849-7c06-445f-88e8-e0ad73f3fae7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-baf9eb35-3fcf-47ed-8958-4b251c53211c {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-baf9eb35-3fcf-47ed-8958-4b251c53211c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2ef1aa27-3368-4ba3-8463-015d6f1d9d14 {
  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-2ef1aa27-3368-4ba3-8463-015d6f1d9d14 img.shogun-image {
    
    width: px;
  }


#s-2ef1aa27-3368-4ba3-8463-015d6f1d9d14 .shogun-image-content {
  
    align-items: center;
  
}

#s-29998bcc-8de2-41fa-b168-efbd7e7728db {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-29998bcc-8de2-41fa-b168-efbd7e7728db .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-16eb8a4a-7195-4762-92e2-81b7a4edf09d {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fc8d96e-7859-4963-9bf6-41060f485494"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e0bac0ad-3896-43bf-bfbe-acf3ca3bb8bc {
  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-e0bac0ad-3896-43bf-bfbe-acf3ca3bb8bc: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-e0bac0ad-3896-43bf-bfbe-acf3ca3bb8bc: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-e0bac0ad-3896-43bf-bfbe-acf3ca3bb8bc {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0bac0ad-3896-43bf-bfbe-acf3ca3bb8bc {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
}
}

  #s-e0bac0ad-3896-43bf-bfbe-acf3ca3bb8bc-btn-wrapper {
    text-align: center;
  }


#s-e0bac0ad-3896-43bf-bfbe-acf3ca3bb8bc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1bd7c196-5c18-45b5-a93b-ab3a3bf38322"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9b2de35f-d2b7-4972-b892-05ab3262a576 {
  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-9b2de35f-d2b7-4972-b892-05ab3262a576 img.shogun-image {
    
    width: px;
  }


#s-9b2de35f-d2b7-4972-b892-05ab3262a576 .shogun-image-content {
  
    align-items: center;
  
}

#s-8549c1b9-b86a-46b6-89f3-bcd2618a0139 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-8549c1b9-b86a-46b6-89f3-bcd2618a0139 .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-c2780df0-f3d0-445e-8571-82c9178627af {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a9a1369a-aaa1-4629-8f7f-1bd64f5ce8dc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-34c4de9c-c7b6-4478-991a-78f550e97693 {
  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-34c4de9c-c7b6-4478-991a-78f550e97693: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-34c4de9c-c7b6-4478-991a-78f550e97693: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-34c4de9c-c7b6-4478-991a-78f550e97693 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-34c4de9c-c7b6-4478-991a-78f550e97693 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
}
}

  #s-34c4de9c-c7b6-4478-991a-78f550e97693-btn-wrapper {
    text-align: center;
  }


#s-34c4de9c-c7b6-4478-991a-78f550e97693.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4b58a89c-e63c-4b5a-bf43-250b6c8d92c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-73a21552-2170-48be-8df8-0c35cb371a67 {
  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-73a21552-2170-48be-8df8-0c35cb371a67 img.shogun-image {
    
    width: px;
  }


#s-73a21552-2170-48be-8df8-0c35cb371a67 .shogun-image-content {
  
    align-items: center;
  
}

#s-448c6456-8b5d-440d-9997-bf5871682ad4 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-448c6456-8b5d-440d-9997-bf5871682ad4 .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-517daaa4-d2f5-4809-8bfd-7522b5c1e168 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb678f40-f488-4ce5-a6d2-bc8d45606dc6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c3735c43-4fe2-4155-9850-f35440254db1 {
  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-c3735c43-4fe2-4155-9850-f35440254db1: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-c3735c43-4fe2-4155-9850-f35440254db1: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-c3735c43-4fe2-4155-9850-f35440254db1 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c3735c43-4fe2-4155-9850-f35440254db1 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
}
}

  #s-c3735c43-4fe2-4155-9850-f35440254db1-btn-wrapper {
    text-align: center;
  }


#s-c3735c43-4fe2-4155-9850-f35440254db1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-25a92235-1290-4586-8754-3b2d6a9f2db9 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-25a92235-1290-4586-8754-3b2d6a9f2db9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8c826612-8c08-4f30-848f-34c01af606ae {
  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-8c826612-8c08-4f30-848f-34c01af606ae img.shogun-image {
    
    width: px;
  }


#s-8c826612-8c08-4f30-848f-34c01af606ae .shogun-image-content {
  
    align-items: center;
  
}

#s-371adf7b-6a9f-4226-9133-6aae8d4fba6c {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-371adf7b-6a9f-4226-9133-6aae8d4fba6c .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-15b76beb-13e5-4919-89fd-f328c15fe50c {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6f1d1714-c2f0-4e9b-a3b7-ee1fa14e8389"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0d0ad6fd-9d95-47e5-9d98-3e6c4a5f631f {
  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-0d0ad6fd-9d95-47e5-9d98-3e6c4a5f631f: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-0d0ad6fd-9d95-47e5-9d98-3e6c4a5f631f: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-0d0ad6fd-9d95-47e5-9d98-3e6c4a5f631f {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d0ad6fd-9d95-47e5-9d98-3e6c4a5f631f {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
}
}

  #s-0d0ad6fd-9d95-47e5-9d98-3e6c4a5f631f-btn-wrapper {
    text-align: center;
  }


#s-0d0ad6fd-9d95-47e5-9d98-3e6c4a5f631f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-c1af76be-e882-4f6a-8115-545d280ce368 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1af76be-e882-4f6a-8115-545d280ce368"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7902e488-b58d-4cd5-9dd3-91dce4139bb8 {
  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-7902e488-b58d-4cd5-9dd3-91dce4139bb8 img.shogun-image {
    
    width: px;
  }


#s-7902e488-b58d-4cd5-9dd3-91dce4139bb8 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ddc0720-d9ef-4d58-b46f-25811f503c9b {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-4ddc0720-d9ef-4d58-b46f-25811f503c9b .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-e8cd8f90-d639-4b8d-a7e9-697af2cfc618 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a8c6fb2-be98-4a78-a19a-0115d41d3d28"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c94a1e59-0ce7-4b37-832b-a58e99488602 {
  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-c94a1e59-0ce7-4b37-832b-a58e99488602: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-c94a1e59-0ce7-4b37-832b-a58e99488602: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-c94a1e59-0ce7-4b37-832b-a58e99488602 {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c94a1e59-0ce7-4b37-832b-a58e99488602 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
}
}

  #s-c94a1e59-0ce7-4b37-832b-a58e99488602-btn-wrapper {
    text-align: center;
  }


#s-c94a1e59-0ce7-4b37-832b-a58e99488602.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}

#s-43dc66b2-e4ff-44d7-a899-1f80d51bcb0e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-bdfbdc89-9c2c-4e47-a497-a89c4fa47ff8 {
  min-height: 50px;
}








#s-bdfbdc89-9c2c-4e47-a497-a89c4fa47ff8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdfbdc89-9c2c-4e47-a497-a89c4fa47ff8.shg-box.shg-c {
  justify-content: center;
}

#s-5432dcb3-490c-4a47-8dd5-59006db7fd62 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}

#s-5432dcb3-490c-4a47-8dd5-59006db7fd62 .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-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cb25104b-3766-4723-8157-6682d8b63902"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-44919013-824b-4983-a47d-d6441336199b {
  text-align: center;
}




  #s-44919013-824b-4983-a47d-d6441336199b img.shogun-image {
    
    width: px;
  }


#s-44919013-824b-4983-a47d-d6441336199b .shogun-image-content {
  
    align-items: center;
  
}

#s-a0fcb24f-a11b-4662-a61f-da2e71d03961 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-a0fcb24f-a11b-4662-a61f-da2e71d03961 .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-e01e4773-424d-48d1-9a25-2e7b1065e200 {
  margin-bottom: 20px;
}

#s-2a70cce2-3a40-4b8e-ab7c-b0a4142f2a9d {
  text-align: center;
}




  #s-2a70cce2-3a40-4b8e-ab7c-b0a4142f2a9d img.shogun-image {
    
    width: px;
  }


#s-2a70cce2-3a40-4b8e-ab7c-b0a4142f2a9d .shogun-image-content {
  
    align-items: center;
  
}

#s-385859a5-6a06-49c6-b73c-502aa853a4cc {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-385859a5-6a06-49c6-b73c-502aa853a4cc .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-f8c7df60-9ab8-49b2-874b-c3e300127a1b {
  margin-bottom: 20px;
}

#s-ee52b7bc-240a-410a-885d-0078c3f56a78 {
  text-align: center;
}




  #s-ee52b7bc-240a-410a-885d-0078c3f56a78 img.shogun-image {
    
    width: px;
  }


#s-ee52b7bc-240a-410a-885d-0078c3f56a78 .shogun-image-content {
  
    align-items: center;
  
}

#s-f37a21ca-2542-4233-b39e-32767faf11e0 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-f37a21ca-2542-4233-b39e-32767faf11e0 .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-5b92cc12-1fa4-4ad8-8386-f5eac5267d80 {
  margin-bottom: 20px;
}

#s-bc86bd18-4aa2-49d3-8cac-b2c07ae1d268 {
  text-align: center;
}




  #s-bc86bd18-4aa2-49d3-8cac-b2c07ae1d268 img.shogun-image {
    
    width: px;
  }


#s-bc86bd18-4aa2-49d3-8cac-b2c07ae1d268 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2a89949-6356-4e9a-8f8f-7572135a173e {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-d2a89949-6356-4e9a-8f8f-7572135a173e .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-7980b0dc-b520-41d6-a2ae-11a2917bcf4a {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-02129700-f40c-4249-adb6-abef3641a842"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-bc346c0a-f559-4eb7-997f-a4bd6d6af17d {
  text-align: center;
}




  #s-bc346c0a-f559-4eb7-997f-a4bd6d6af17d img.shogun-image {
    
    width: px;
  }


#s-bc346c0a-f559-4eb7-997f-a4bd6d6af17d .shogun-image-content {
  
    align-items: center;
  
}

#s-86a3a2e7-e822-416c-81f4-b90f5c91ead3 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-86a3a2e7-e822-416c-81f4-b90f5c91ead3 .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-a24f4735-ef43-4a16-be2d-d1650e323abd {
  margin-bottom: 20px;
}

#s-c7d83dd4-6069-437a-90a8-875e6b6c833b {
  text-align: center;
}




  #s-c7d83dd4-6069-437a-90a8-875e6b6c833b img.shogun-image {
    
    width: px;
  }


#s-c7d83dd4-6069-437a-90a8-875e6b6c833b .shogun-image-content {
  
    align-items: center;
  
}

#s-be7bff3d-6fd1-4920-acac-ca04fb0528fc {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-be7bff3d-6fd1-4920-acac-ca04fb0528fc .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-a4a5f19f-bd7c-46d7-8dc7-411f716d67be {
  margin-bottom: 20px;
}

#s-7a771b8f-160f-4080-95a4-ace84e3862e3 {
  text-align: center;
}




  #s-7a771b8f-160f-4080-95a4-ace84e3862e3 img.shogun-image {
    
    width: px;
  }


#s-7a771b8f-160f-4080-95a4-ace84e3862e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-dfc2fd46-f354-40b8-a992-6057053f6ac9 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-dfc2fd46-f354-40b8-a992-6057053f6ac9 .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-0865518b-0eb9-4ee5-bef7-fb81396de649 {
  margin-bottom: 20px;
}

#s-128afcd8-8783-4b03-8c2a-032ab704b183 {
  text-align: center;
}




  #s-128afcd8-8783-4b03-8c2a-032ab704b183 img.shogun-image {
    
    width: px;
  }


#s-128afcd8-8783-4b03-8c2a-032ab704b183 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec900190-dc4a-4177-8397-f7a279b25f5f {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-ec900190-dc4a-4177-8397-f7a279b25f5f .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-7719352a-93f7-4520-a9bd-114aed0a3c24 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9c99ab75-a1e6-4624-9d32-6f30ed0d8f78"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-a0e2a916-2a05-43ba-b338-c67f2ac0ac7b {
  text-align: center;
}




  #s-a0e2a916-2a05-43ba-b338-c67f2ac0ac7b img.shogun-image {
    
    width: px;
  }


#s-a0e2a916-2a05-43ba-b338-c67f2ac0ac7b .shogun-image-content {
  
    align-items: center;
  
}

#s-64f8c658-5d94-4d88-a6f3-8f8330a52a56 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-64f8c658-5d94-4d88-a6f3-8f8330a52a56 .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-6c008086-5132-4bdb-972e-e03c0ac2d7a5 {
  margin-bottom: 20px;
}

#s-53b54f5b-e561-4d50-a991-37b20d45c9f4 {
  text-align: center;
}




  #s-53b54f5b-e561-4d50-a991-37b20d45c9f4 img.shogun-image {
    
    width: px;
  }


#s-53b54f5b-e561-4d50-a991-37b20d45c9f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-441b2870-9656-4dd4-adba-d2013b39b473 {
  margin-top: 5px;
margin-bottom: 10px;
text-align: left;
}

#s-441b2870-9656-4dd4-adba-d2013b39b473 .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-a2f6a5c5-d105-4605-b923-7d854ec4f27c {
  margin-bottom: 20px;
}

#s-9bb7e369-f075-4b88-9fa9-a2add35347dd hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-46b8839c-908d-444b-a9a6-53fb155aa030 {
  min-height: 50px;
}








#s-46b8839c-908d-444b-a9a6-53fb155aa030 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46b8839c-908d-444b-a9a6-53fb155aa030.shg-box.shg-c {
  justify-content: center;
}

#s-f2048c25-63e6-48a3-a3d0-ad7326de7b04 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}

#s-f2048c25-63e6-48a3-a3d0-ad7326de7b04 .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-52793e77-cd4d-4145-94b6-b7d3642eb69b {
  margin-bottom: 20px;
}

#s-52793e77-cd4d-4145-94b6-b7d3642eb69b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-52793e77-cd4d-4145-94b6-b7d3642eb69b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-52793e77-cd4d-4145-94b6-b7d3642eb69b td.shogun-table-column {
  background-color: rgba(245, 245, 245, 1);
  padding: 20px;
  text-align: left;
}

#s-52793e77-cd4d-4145-94b6-b7d3642eb69b td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-52793e77-cd4d-4145-94b6-b7d3642eb69b td.shogun-table-column, #s-52793e77-cd4d-4145-94b6-b7d3642eb69b td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-aa615d6b-1378-4943-bae7-cbc5e7e4c770 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-aa615d6b-1378-4943-bae7-cbc5e7e4c770 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}







#s-aa615d6b-1378-4943-bae7-cbc5e7e4c770 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa615d6b-1378-4943-bae7-cbc5e7e4c770.shg-box.shg-c {
  justify-content: center;
}

#s-a884baf6-39dd-4b0f-b52f-476b795cd49c {
  display: none;
}
#s-b11835c7-e32e-4d7a-9702-9b3dbdb5f0d7 {
  margin-bottom: 10px;
text-align: center;
}

#s-b11835c7-e32e-4d7a-9702-9b3dbdb5f0d7 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b11835c7-e32e-4d7a-9702-9b3dbdb5f0d7 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-b11835c7-e32e-4d7a-9702-9b3dbdb5f0d7 .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-b11835c7-e32e-4d7a-9702-9b3dbdb5f0d7 .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-b11835c7-e32e-4d7a-9702-9b3dbdb5f0d7 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-b11835c7-e32e-4d7a-9702-9b3dbdb5f0d7 .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-b11835c7-e32e-4d7a-9702-9b3dbdb5f0d7 .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-b11835c7-e32e-4d7a-9702-9b3dbdb5f0d7 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-b11835c7-e32e-4d7a-9702-9b3dbdb5f0d7 .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-b11835c7-e32e-4d7a-9702-9b3dbdb5f0d7 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b11835c7-e32e-4d7a-9702-9b3dbdb5f0d7 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-b11835c7-e32e-4d7a-9702-9b3dbdb5f0d7 .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-b11835c7-e32e-4d7a-9702-9b3dbdb5f0d7 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-b11835c7-e32e-4d7a-9702-9b3dbdb5f0d7 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-b11835c7-e32e-4d7a-9702-9b3dbdb5f0d7 .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-324ca86d-8b03-496a-97b6-d0b0f951241c {
  margin-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-324ca86d-8b03-496a-97b6-d0b0f951241c {
  display: none;
}
#s-324ca86d-8b03-496a-97b6-d0b0f951241c, #wrap-s-324ca86d-8b03-496a-97b6-d0b0f951241c { display:none !important; }}
#s-324ca86d-8b03-496a-97b6-d0b0f951241c .shg-product-quantity-wrapper {
  display: flex;
}

#s-324ca86d-8b03-496a-97b6-d0b0f951241c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-324ca86d-8b03-496a-97b6-d0b0f951241c .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-324ca86d-8b03-496a-97b6-d0b0f951241c .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-324ca86d-8b03-496a-97b6-d0b0f951241c .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-fd7d5317-4893-4b51-a316-dd2de9b53d0a {
  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-fd7d5317-4893-4b51-a316-dd2de9b53d0a: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-fd7d5317-4893-4b51-a316-dd2de9b53d0a:active {border-radius: 2px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-fd7d5317-4893-4b51-a316-dd2de9b53d0a {
  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-fd7d5317-4893-4b51-a316-dd2de9b53d0a {
  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-fd7d5317-4893-4b51-a316-dd2de9b53d0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd7d5317-4893-4b51-a316-dd2de9b53d0a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-fd7d5317-4893-4b51-a316-dd2de9b53d0a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-fd7d5317-4893-4b51-a316-dd2de9b53d0a.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

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

#s-fd7d5317-4893-4b51-a316-dd2de9b53d0a {
  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-fd7d5317-4893-4b51-a316-dd2de9b53d0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd7d5317-4893-4b51-a316-dd2de9b53d0a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-fd7d5317-4893-4b51-a316-dd2de9b53d0a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-fd7d5317-4893-4b51-a316-dd2de9b53d0a.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-fd7d5317-4893-4b51-a316-dd2de9b53d0a-atc-btn-wrapper {
    text-align: center;
  }


#s-fd7d5317-4893-4b51-a316-dd2de9b53d0a {
  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-fd7d5317-4893-4b51-a316-dd2de9b53d0a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd7d5317-4893-4b51-a316-dd2de9b53d0a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-fd7d5317-4893-4b51-a316-dd2de9b53d0a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-fd7d5317-4893-4b51-a316-dd2de9b53d0a.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}
#s-91cca5d8-6185-421c-bde1-b27b02bbf415 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-91cca5d8-6185-421c-bde1-b27b02bbf415 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91cca5d8-6185-421c-bde1-b27b02bbf415.shg-box.shg-c {
  justify-content: center;
}

#s-93bb0862-e8d2-47b3-9a24-cef9506f4ef0 {
  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-ec67424e-9bc3-429b-8ae6-d34e3db9c68a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ec67424e-9bc3-429b-8ae6-d34e3db9c68a .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d6ef7ae6-e774-4f56-9d3c-e31164a910f2 {
  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-b3af2e84-352f-4e63-9994-16a4cfc816b5 {
  text-align: center;
}


.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 {
  max-width: 100%;
}

.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 .shg-image-zoom,
.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 {
  max-width: 100%;
}

.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 .shg-image-zoom,
.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 {
  max-width: 100%;
}

.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 .shg-image-zoom,
.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 {
  max-width: 100%;
}

.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 .shg-image-zoom,
.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 {
  max-width: 100%;
}

.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 .shg-image-zoom,
.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-b3af2e84-352f-4e63-9994-16a4cfc816b5 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c8bcbd97-616f-4613-b66c-973aec9a69af {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c8bcbd97-616f-4613-b66c-973aec9a69af {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}







#s-c8bcbd97-616f-4613-b66c-973aec9a69af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8bcbd97-616f-4613-b66c-973aec9a69af.shg-box.shg-c {
  justify-content: center;
}

#s-de923015-f8cb-4fe6-a18e-a3ca0315f35e {
  display: none;
}
#s-d22890ad-5f9e-4ab6-ba79-06190352fe2a {
  margin-bottom: 10px;
text-align: center;
}

#s-d22890ad-5f9e-4ab6-ba79-06190352fe2a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-d22890ad-5f9e-4ab6-ba79-06190352fe2a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-d22890ad-5f9e-4ab6-ba79-06190352fe2a .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-d22890ad-5f9e-4ab6-ba79-06190352fe2a .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-d22890ad-5f9e-4ab6-ba79-06190352fe2a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-d22890ad-5f9e-4ab6-ba79-06190352fe2a .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-d22890ad-5f9e-4ab6-ba79-06190352fe2a .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-d22890ad-5f9e-4ab6-ba79-06190352fe2a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-d22890ad-5f9e-4ab6-ba79-06190352fe2a .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-d22890ad-5f9e-4ab6-ba79-06190352fe2a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-d22890ad-5f9e-4ab6-ba79-06190352fe2a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-d22890ad-5f9e-4ab6-ba79-06190352fe2a .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-d22890ad-5f9e-4ab6-ba79-06190352fe2a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-d22890ad-5f9e-4ab6-ba79-06190352fe2a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-d22890ad-5f9e-4ab6-ba79-06190352fe2a .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-7d975e90-b562-4283-9219-bba9f08cd7b0 {
  margin-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7d975e90-b562-4283-9219-bba9f08cd7b0 {
  display: none;
}
#s-7d975e90-b562-4283-9219-bba9f08cd7b0, #wrap-s-7d975e90-b562-4283-9219-bba9f08cd7b0 { display:none !important; }}
#s-7d975e90-b562-4283-9219-bba9f08cd7b0 .shg-product-quantity-wrapper {
  display: flex;
}

#s-7d975e90-b562-4283-9219-bba9f08cd7b0 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-7d975e90-b562-4283-9219-bba9f08cd7b0 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-7d975e90-b562-4283-9219-bba9f08cd7b0 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-7d975e90-b562-4283-9219-bba9f08cd7b0 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-f533760a-5d93-4e8e-8ed8-7a677c9d28ef {
  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-f533760a-5d93-4e8e-8ed8-7a677c9d28ef: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-f533760a-5d93-4e8e-8ed8-7a677c9d28ef:active {border-radius: 2px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f533760a-5d93-4e8e-8ed8-7a677c9d28ef {
  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-f533760a-5d93-4e8e-8ed8-7a677c9d28ef {
  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-f533760a-5d93-4e8e-8ed8-7a677c9d28ef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f533760a-5d93-4e8e-8ed8-7a677c9d28ef.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-f533760a-5d93-4e8e-8ed8-7a677c9d28ef.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-f533760a-5d93-4e8e-8ed8-7a677c9d28ef.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

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

#s-f533760a-5d93-4e8e-8ed8-7a677c9d28ef {
  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-f533760a-5d93-4e8e-8ed8-7a677c9d28ef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f533760a-5d93-4e8e-8ed8-7a677c9d28ef.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-f533760a-5d93-4e8e-8ed8-7a677c9d28ef.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-f533760a-5d93-4e8e-8ed8-7a677c9d28ef.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-f533760a-5d93-4e8e-8ed8-7a677c9d28ef-atc-btn-wrapper {
    text-align: center;
  }


#s-f533760a-5d93-4e8e-8ed8-7a677c9d28ef {
  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-f533760a-5d93-4e8e-8ed8-7a677c9d28ef.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f533760a-5d93-4e8e-8ed8-7a677c9d28ef.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-f533760a-5d93-4e8e-8ed8-7a677c9d28ef.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-f533760a-5d93-4e8e-8ed8-7a677c9d28ef.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}
#s-38b0a29a-fcf9-4dcd-8e17-453136618b52 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-38b0a29a-fcf9-4dcd-8e17-453136618b52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38b0a29a-fcf9-4dcd-8e17-453136618b52.shg-box.shg-c {
  justify-content: center;
}

#s-ff05ae01-e0f5-47a5-86e3-8e91bc66b431 {
  display: none;
}
#s-38973053-80ba-4ea7-b7dc-f072b87e13e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-38973053-80ba-4ea7-b7dc-f072b87e13e6 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d5f68f90-6823-490d-b6b8-a0937ebda9aa {
  display: none;
}
#s-d713a78c-e121-40da-b544-7a8f77d3fa01 {
  text-align: center;
}


.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 {
  max-width: 100%;
}

.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 .shg-image-zoom,
.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 {
  max-width: 100%;
}

.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 .shg-image-zoom,
.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 {
  max-width: 100%;
}

.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 .shg-image-zoom,
.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 {
  max-width: 100%;
}

.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 .shg-image-zoom,
.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 {
  max-width: 100%;
}

.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 .shg-image-zoom,
.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-d713a78c-e121-40da-b544-7a8f77d3fa01 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-4b89807e-6f75-4533-8b3b-a488ff9ef725 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-4b89807e-6f75-4533-8b3b-a488ff9ef725 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b89807e-6f75-4533-8b3b-a488ff9ef725.shg-box.shg-c {
  justify-content: center;
}

#s-54acb988-04ce-46c5-8960-0a061a52fc13 {
  display: none;
}
#s-b2110d5b-b0b9-42c5-abd5-23f3cb76326e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b2110d5b-b0b9-42c5-abd5-23f3cb76326e .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-173a8538-ffd7-4dc7-991b-7415bd57d65b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-173a8538-ffd7-4dc7-991b-7415bd57d65b {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}







#s-173a8538-ffd7-4dc7-991b-7415bd57d65b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-173a8538-ffd7-4dc7-991b-7415bd57d65b.shg-box.shg-c {
  justify-content: center;
}

#s-00d6034f-c282-4ba9-8e90-74cf4c1cca19 {
  display: none;
}
#s-7ecdcb79-1290-4de3-8ce0-badf35f4b7d8 {
  margin-bottom: 10px;
text-align: center;
}

#s-7ecdcb79-1290-4de3-8ce0-badf35f4b7d8 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7ecdcb79-1290-4de3-8ce0-badf35f4b7d8 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-7ecdcb79-1290-4de3-8ce0-badf35f4b7d8 .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-7ecdcb79-1290-4de3-8ce0-badf35f4b7d8 .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-7ecdcb79-1290-4de3-8ce0-badf35f4b7d8 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-7ecdcb79-1290-4de3-8ce0-badf35f4b7d8 .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-7ecdcb79-1290-4de3-8ce0-badf35f4b7d8 .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-7ecdcb79-1290-4de3-8ce0-badf35f4b7d8 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-7ecdcb79-1290-4de3-8ce0-badf35f4b7d8 .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-7ecdcb79-1290-4de3-8ce0-badf35f4b7d8 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7ecdcb79-1290-4de3-8ce0-badf35f4b7d8 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-7ecdcb79-1290-4de3-8ce0-badf35f4b7d8 .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-7ecdcb79-1290-4de3-8ce0-badf35f4b7d8 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7ecdcb79-1290-4de3-8ce0-badf35f4b7d8 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-7ecdcb79-1290-4de3-8ce0-badf35f4b7d8 .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-8fb890ad-af65-40da-8058-e60cf84faae4 {
  margin-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8fb890ad-af65-40da-8058-e60cf84faae4 {
  display: none;
}
#s-8fb890ad-af65-40da-8058-e60cf84faae4, #wrap-s-8fb890ad-af65-40da-8058-e60cf84faae4 { display:none !important; }}
#s-8fb890ad-af65-40da-8058-e60cf84faae4 .shg-product-quantity-wrapper {
  display: flex;
}

#s-8fb890ad-af65-40da-8058-e60cf84faae4 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-8fb890ad-af65-40da-8058-e60cf84faae4 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-8fb890ad-af65-40da-8058-e60cf84faae4 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-8fb890ad-af65-40da-8058-e60cf84faae4 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-69883a91-5ff0-40e9-87c7-8cad02ecfb61 {
  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-69883a91-5ff0-40e9-87c7-8cad02ecfb61: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-69883a91-5ff0-40e9-87c7-8cad02ecfb61:active {border-radius: 2px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-69883a91-5ff0-40e9-87c7-8cad02ecfb61 {
  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-69883a91-5ff0-40e9-87c7-8cad02ecfb61 {
  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-69883a91-5ff0-40e9-87c7-8cad02ecfb61.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69883a91-5ff0-40e9-87c7-8cad02ecfb61.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-69883a91-5ff0-40e9-87c7-8cad02ecfb61.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-69883a91-5ff0-40e9-87c7-8cad02ecfb61.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

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

#s-69883a91-5ff0-40e9-87c7-8cad02ecfb61 {
  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-69883a91-5ff0-40e9-87c7-8cad02ecfb61.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69883a91-5ff0-40e9-87c7-8cad02ecfb61.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-69883a91-5ff0-40e9-87c7-8cad02ecfb61.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-69883a91-5ff0-40e9-87c7-8cad02ecfb61.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-69883a91-5ff0-40e9-87c7-8cad02ecfb61-atc-btn-wrapper {
    text-align: center;
  }


#s-69883a91-5ff0-40e9-87c7-8cad02ecfb61 {
  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-69883a91-5ff0-40e9-87c7-8cad02ecfb61.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-69883a91-5ff0-40e9-87c7-8cad02ecfb61.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-69883a91-5ff0-40e9-87c7-8cad02ecfb61.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-69883a91-5ff0-40e9-87c7-8cad02ecfb61.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}
#s-6b03ce2b-89d5-4625-ae54-232b9fc69098 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6b03ce2b-89d5-4625-ae54-232b9fc69098 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}







#s-6b03ce2b-89d5-4625-ae54-232b9fc69098 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b03ce2b-89d5-4625-ae54-232b9fc69098.shg-box.shg-c {
  justify-content: center;
}

#s-6478ac7d-47fd-4fc3-a709-5b593aa56e40 {
  display: none;
}
#s-7966d2a4-1ccc-4324-8c0b-0fb0100a2f9b {
  margin-bottom: 10px;
text-align: center;
}

#s-7966d2a4-1ccc-4324-8c0b-0fb0100a2f9b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7966d2a4-1ccc-4324-8c0b-0fb0100a2f9b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-7966d2a4-1ccc-4324-8c0b-0fb0100a2f9b .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-7966d2a4-1ccc-4324-8c0b-0fb0100a2f9b .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-7966d2a4-1ccc-4324-8c0b-0fb0100a2f9b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-7966d2a4-1ccc-4324-8c0b-0fb0100a2f9b .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-7966d2a4-1ccc-4324-8c0b-0fb0100a2f9b .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-7966d2a4-1ccc-4324-8c0b-0fb0100a2f9b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-7966d2a4-1ccc-4324-8c0b-0fb0100a2f9b .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-7966d2a4-1ccc-4324-8c0b-0fb0100a2f9b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7966d2a4-1ccc-4324-8c0b-0fb0100a2f9b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-7966d2a4-1ccc-4324-8c0b-0fb0100a2f9b .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-7966d2a4-1ccc-4324-8c0b-0fb0100a2f9b .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-7966d2a4-1ccc-4324-8c0b-0fb0100a2f9b .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-7966d2a4-1ccc-4324-8c0b-0fb0100a2f9b .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-4b8fa191-98b7-42b6-a153-fcf91ad114bd {
  margin-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-4b8fa191-98b7-42b6-a153-fcf91ad114bd {
  display: none;
}
#s-4b8fa191-98b7-42b6-a153-fcf91ad114bd, #wrap-s-4b8fa191-98b7-42b6-a153-fcf91ad114bd { display:none !important; }}
#s-4b8fa191-98b7-42b6-a153-fcf91ad114bd .shg-product-quantity-wrapper {
  display: flex;
}

#s-4b8fa191-98b7-42b6-a153-fcf91ad114bd .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4b8fa191-98b7-42b6-a153-fcf91ad114bd .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4b8fa191-98b7-42b6-a153-fcf91ad114bd .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4b8fa191-98b7-42b6-a153-fcf91ad114bd .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-9e13f051-439c-463a-930b-f26bc5f6324a {
  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-9e13f051-439c-463a-930b-f26bc5f6324a: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-9e13f051-439c-463a-930b-f26bc5f6324a:active {border-radius: 2px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-9e13f051-439c-463a-930b-f26bc5f6324a {
  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-9e13f051-439c-463a-930b-f26bc5f6324a {
  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-9e13f051-439c-463a-930b-f26bc5f6324a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e13f051-439c-463a-930b-f26bc5f6324a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-9e13f051-439c-463a-930b-f26bc5f6324a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-9e13f051-439c-463a-930b-f26bc5f6324a.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

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

#s-9e13f051-439c-463a-930b-f26bc5f6324a {
  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-9e13f051-439c-463a-930b-f26bc5f6324a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e13f051-439c-463a-930b-f26bc5f6324a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-9e13f051-439c-463a-930b-f26bc5f6324a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-9e13f051-439c-463a-930b-f26bc5f6324a.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-9e13f051-439c-463a-930b-f26bc5f6324a-atc-btn-wrapper {
    text-align: center;
  }


#s-9e13f051-439c-463a-930b-f26bc5f6324a {
  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-9e13f051-439c-463a-930b-f26bc5f6324a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9e13f051-439c-463a-930b-f26bc5f6324a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-9e13f051-439c-463a-930b-f26bc5f6324a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-9e13f051-439c-463a-930b-f26bc5f6324a.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}
#s-2686bb61-253a-47bb-983f-9a9ecb96c2be {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-2686bb61-253a-47bb-983f-9a9ecb96c2be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2686bb61-253a-47bb-983f-9a9ecb96c2be.shg-box.shg-c {
  justify-content: center;
}

#s-420cb08f-34fb-4886-8a1a-aea4cc3bfaef {
  text-align: left;
}
@media (max-width: 767px){#s-420cb08f-34fb-4886-8a1a-aea4cc3bfaef {
  text-align: left;
}
}
#s-420cb08f-34fb-4886-8a1a-aea4cc3bfaef .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-420cb08f-34fb-4886-8a1a-aea4cc3bfaef .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-d5d2224c-7539-49e0-8366-b0271f6c9939 {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d5d2224c-7539-49e0-8366-b0271f6c9939 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-d5d2224c-7539-49e0-8366-b0271f6c9939 {
  margin-bottom: 0px;
display: none;
}
#s-d5d2224c-7539-49e0-8366-b0271f6c9939, #wrap-s-d5d2224c-7539-49e0-8366-b0271f6c9939 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-2acc432c-3f36-4916-bce5-4ab477cf6913 {
  display: none;
}
#s-2acc432c-3f36-4916-bce5-4ab477cf6913, #wrap-s-2acc432c-3f36-4916-bce5-4ab477cf6913 { display:none !important; }}@media (max-width: 767px){#s-2acc432c-3f36-4916-bce5-4ab477cf6913 {
  display: none;
}
#s-2acc432c-3f36-4916-bce5-4ab477cf6913, #wrap-s-2acc432c-3f36-4916-bce5-4ab477cf6913 { display:none !important; }}
#s-66469889-1d0a-4601-bc2f-bdc56fd52f09 {
  display: none;
}
#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 {
  text-align: center;
}


.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 {
  max-width: 100%;
}

.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 .shg-image-zoom,
.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 {
  max-width: 100%;
}

.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 .shg-image-zoom,
.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 {
  max-width: 100%;
}

.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 .shg-image-zoom,
.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 {
  max-width: 100%;
}

.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 .shg-image-zoom,
.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 {
  max-width: 100%;
}

.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 .shg-image-zoom,
.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-1a3ded67-4379-48ce-bdfb-05a22e0e9198 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a00a0347-9957-4dad-8415-a3007fd96dc8 {
  display: none;
}
#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd {
  text-align: center;
}


.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd {
  max-width: 100%;
}

.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd .shg-image-zoom,
.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd {
  max-width: 100%;
}

.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd .shg-image-zoom,
.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd {
  max-width: 100%;
}

.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd .shg-image-zoom,
.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd {
  max-width: 100%;
}

.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd .shg-image-zoom,
.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd {
  max-width: 100%;
}

.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd .shg-image-zoom,
.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-184f732d-91c2-4e7f-bbb7-fe091c0996fd .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-f850649f-d541-4e72-ae7f-2a7cf45a48ec hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1aa22a29-7338-4f8b-983e-7cd31d7321a8 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}

#s-1aa22a29-7338-4f8b-983e-7cd31d7321a8 .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-7df56b2b-6e79-4b04-aea2-4d6b38e63ca2 {
  margin-bottom: 20px;
}

#s-7df56b2b-6e79-4b04-aea2-4d6b38e63ca2 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-7df56b2b-6e79-4b04-aea2-4d6b38e63ca2 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7df56b2b-6e79-4b04-aea2-4d6b38e63ca2 td.shogun-table-column {
  background-color: rgba(245, 245, 245, 1);
  padding: 20px;
  text-align: left;
}

#s-7df56b2b-6e79-4b04-aea2-4d6b38e63ca2 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-7df56b2b-6e79-4b04-aea2-4d6b38e63ca2 td.shogun-table-column, #s-7df56b2b-6e79-4b04-aea2-4d6b38e63ca2 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-b4291fe7-d5a3-4729-b71f-dc0b3e3e7fa5 {
  text-align: left;
}
@media (max-width: 767px){#s-b4291fe7-d5a3-4729-b71f-dc0b3e3e7fa5 {
  text-align: left;
}
}
#s-b4291fe7-d5a3-4729-b71f-dc0b3e3e7fa5 .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-b4291fe7-d5a3-4729-b71f-dc0b3e3e7fa5 .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-ca14b848-3225-4f03-a1c7-67f2bf89c5ea {
  text-align: left;
}
@media (max-width: 767px){#s-ca14b848-3225-4f03-a1c7-67f2bf89c5ea {
  text-align: left;
}
}
#s-ca14b848-3225-4f03-a1c7-67f2bf89c5ea .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-ca14b848-3225-4f03-a1c7-67f2bf89c5ea .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-6fa592b8-b1aa-40b4-84e1-b2a2337e476b {
  text-align: left;
}
@media (max-width: 767px){#s-6fa592b8-b1aa-40b4-84e1-b2a2337e476b {
  text-align: left;
}
}
#s-6fa592b8-b1aa-40b4-84e1-b2a2337e476b .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-6fa592b8-b1aa-40b4-84e1-b2a2337e476b .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-eced04bf-14df-4f48-adab-21e8c0a80edc {
  text-align: left;
}
@media (max-width: 767px){#s-eced04bf-14df-4f48-adab-21e8c0a80edc {
  text-align: left;
}
}
#s-eced04bf-14df-4f48-adab-21e8c0a80edc .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-eced04bf-14df-4f48-adab-21e8c0a80edc .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-0a339c23-2470-4eb2-b15c-80023ca611a9 {
  text-align: left;
}
@media (max-width: 767px){#s-0a339c23-2470-4eb2-b15c-80023ca611a9 {
  text-align: left;
}
}
#s-0a339c23-2470-4eb2-b15c-80023ca611a9 .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-0a339c23-2470-4eb2-b15c-80023ca611a9 .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-b24f3e26-70dd-4e55-b04b-feee9364b556 {
  text-align: left;
}
@media (max-width: 767px){#s-b24f3e26-70dd-4e55-b04b-feee9364b556 {
  text-align: left;
}
}
#s-b24f3e26-70dd-4e55-b04b-feee9364b556 .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-b24f3e26-70dd-4e55-b04b-feee9364b556 .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-9472632a-8b89-4677-9350-8370fa606f6f {
  text-align: left;
}
@media (max-width: 767px){#s-9472632a-8b89-4677-9350-8370fa606f6f {
  text-align: left;
}
}
#s-9472632a-8b89-4677-9350-8370fa606f6f .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-9472632a-8b89-4677-9350-8370fa606f6f .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-2db4f9ce-21d5-4d5d-ac4a-a445883fea15 {
  text-align: left;
}
@media (max-width: 767px){#s-2db4f9ce-21d5-4d5d-ac4a-a445883fea15 {
  text-align: left;
}
}
#s-2db4f9ce-21d5-4d5d-ac4a-a445883fea15 .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-2db4f9ce-21d5-4d5d-ac4a-a445883fea15 .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-e0e80d27-7908-4308-84aa-dcc5c15f031d {
  text-align: left;
}
@media (max-width: 767px){#s-e0e80d27-7908-4308-84aa-dcc5c15f031d {
  text-align: left;
}
}
#s-e0e80d27-7908-4308-84aa-dcc5c15f031d .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-e0e80d27-7908-4308-84aa-dcc5c15f031d .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-bbba1eb8-d0be-4323-8fea-640c2e94c3e5 {
  text-align: left;
}
@media (max-width: 767px){#s-bbba1eb8-d0be-4323-8fea-640c2e94c3e5 {
  text-align: left;
}
}
#s-bbba1eb8-d0be-4323-8fea-640c2e94c3e5 .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-bbba1eb8-d0be-4323-8fea-640c2e94c3e5 .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-63c75431-bdd7-47a2-89bc-01fc0bc157dd {
  text-align: left;
}
@media (max-width: 767px){#s-63c75431-bdd7-47a2-89bc-01fc0bc157dd {
  text-align: left;
}
}
#s-63c75431-bdd7-47a2-89bc-01fc0bc157dd .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-63c75431-bdd7-47a2-89bc-01fc0bc157dd .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-4647a2c8-2d60-4c97-8793-f2c7239edb18 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4647a2c8-2d60-4c97-8793-f2c7239edb18 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}







#s-4647a2c8-2d60-4c97-8793-f2c7239edb18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4647a2c8-2d60-4c97-8793-f2c7239edb18.shg-box.shg-c {
  justify-content: center;
}

#s-56286ac3-9aed-477f-a4a2-53d0c961df5f {
  display: none;
}
#s-844c7110-bb40-4937-abe8-74b3e2740c59 {
  margin-bottom: 10px;
text-align: center;
}

#s-844c7110-bb40-4937-abe8-74b3e2740c59 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-844c7110-bb40-4937-abe8-74b3e2740c59 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-844c7110-bb40-4937-abe8-74b3e2740c59 .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-844c7110-bb40-4937-abe8-74b3e2740c59 .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-844c7110-bb40-4937-abe8-74b3e2740c59 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-844c7110-bb40-4937-abe8-74b3e2740c59 .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-844c7110-bb40-4937-abe8-74b3e2740c59 .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-844c7110-bb40-4937-abe8-74b3e2740c59 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-844c7110-bb40-4937-abe8-74b3e2740c59 .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-844c7110-bb40-4937-abe8-74b3e2740c59 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-844c7110-bb40-4937-abe8-74b3e2740c59 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-844c7110-bb40-4937-abe8-74b3e2740c59 .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-844c7110-bb40-4937-abe8-74b3e2740c59 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-844c7110-bb40-4937-abe8-74b3e2740c59 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-844c7110-bb40-4937-abe8-74b3e2740c59 .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-9f8866df-316c-435c-869f-6697e721be11 {
  margin-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-9f8866df-316c-435c-869f-6697e721be11 {
  display: none;
}
#s-9f8866df-316c-435c-869f-6697e721be11, #wrap-s-9f8866df-316c-435c-869f-6697e721be11 { display:none !important; }}
#s-9f8866df-316c-435c-869f-6697e721be11 .shg-product-quantity-wrapper {
  display: flex;
}

#s-9f8866df-316c-435c-869f-6697e721be11 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-9f8866df-316c-435c-869f-6697e721be11 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-9f8866df-316c-435c-869f-6697e721be11 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-9f8866df-316c-435c-869f-6697e721be11 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-e3bacd98-70bd-483c-93ec-ed1ceb243bc4 {
  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-e3bacd98-70bd-483c-93ec-ed1ceb243bc4: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-e3bacd98-70bd-483c-93ec-ed1ceb243bc4:active {border-radius: 2px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e3bacd98-70bd-483c-93ec-ed1ceb243bc4 {
  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-e3bacd98-70bd-483c-93ec-ed1ceb243bc4 {
  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-e3bacd98-70bd-483c-93ec-ed1ceb243bc4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3bacd98-70bd-483c-93ec-ed1ceb243bc4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-e3bacd98-70bd-483c-93ec-ed1ceb243bc4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-e3bacd98-70bd-483c-93ec-ed1ceb243bc4.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

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

#s-e3bacd98-70bd-483c-93ec-ed1ceb243bc4 {
  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-e3bacd98-70bd-483c-93ec-ed1ceb243bc4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3bacd98-70bd-483c-93ec-ed1ceb243bc4.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-e3bacd98-70bd-483c-93ec-ed1ceb243bc4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-e3bacd98-70bd-483c-93ec-ed1ceb243bc4.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-e3bacd98-70bd-483c-93ec-ed1ceb243bc4-atc-btn-wrapper {
    text-align: center;
  }


#s-e3bacd98-70bd-483c-93ec-ed1ceb243bc4 {
  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-e3bacd98-70bd-483c-93ec-ed1ceb243bc4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e3bacd98-70bd-483c-93ec-ed1ceb243bc4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-e3bacd98-70bd-483c-93ec-ed1ceb243bc4.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-e3bacd98-70bd-483c-93ec-ed1ceb243bc4.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}
#s-721a1bb1-b672-48d4-ad1d-563a054ad7bc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-721a1bb1-b672-48d4-ad1d-563a054ad7bc {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}







#s-721a1bb1-b672-48d4-ad1d-563a054ad7bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-721a1bb1-b672-48d4-ad1d-563a054ad7bc.shg-box.shg-c {
  justify-content: center;
}

#s-46e2a134-51e0-47d4-b68c-1cafd9897a42 {
  display: none;
}
#s-df41b3c6-9dde-404b-966f-6879d0fb05d4 {
  margin-bottom: 10px;
text-align: center;
}

#s-df41b3c6-9dde-404b-966f-6879d0fb05d4 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-df41b3c6-9dde-404b-966f-6879d0fb05d4 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-df41b3c6-9dde-404b-966f-6879d0fb05d4 .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-df41b3c6-9dde-404b-966f-6879d0fb05d4 .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-df41b3c6-9dde-404b-966f-6879d0fb05d4 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-df41b3c6-9dde-404b-966f-6879d0fb05d4 .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-df41b3c6-9dde-404b-966f-6879d0fb05d4 .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-df41b3c6-9dde-404b-966f-6879d0fb05d4 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-df41b3c6-9dde-404b-966f-6879d0fb05d4 .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-df41b3c6-9dde-404b-966f-6879d0fb05d4 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-df41b3c6-9dde-404b-966f-6879d0fb05d4 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-df41b3c6-9dde-404b-966f-6879d0fb05d4 .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-df41b3c6-9dde-404b-966f-6879d0fb05d4 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-df41b3c6-9dde-404b-966f-6879d0fb05d4 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-df41b3c6-9dde-404b-966f-6879d0fb05d4 .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-6c6508e1-e9b1-4416-91e4-57f35996ddc4 {
  margin-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-6c6508e1-e9b1-4416-91e4-57f35996ddc4 {
  display: none;
}
#s-6c6508e1-e9b1-4416-91e4-57f35996ddc4, #wrap-s-6c6508e1-e9b1-4416-91e4-57f35996ddc4 { display:none !important; }}
#s-6c6508e1-e9b1-4416-91e4-57f35996ddc4 .shg-product-quantity-wrapper {
  display: flex;
}

#s-6c6508e1-e9b1-4416-91e4-57f35996ddc4 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-6c6508e1-e9b1-4416-91e4-57f35996ddc4 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-6c6508e1-e9b1-4416-91e4-57f35996ddc4 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-6c6508e1-e9b1-4416-91e4-57f35996ddc4 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-7fb33def-812a-45c8-b3a1-3a5e04ef383a {
  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-7fb33def-812a-45c8-b3a1-3a5e04ef383a: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-7fb33def-812a-45c8-b3a1-3a5e04ef383a:active {border-radius: 2px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7fb33def-812a-45c8-b3a1-3a5e04ef383a {
  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-7fb33def-812a-45c8-b3a1-3a5e04ef383a {
  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-7fb33def-812a-45c8-b3a1-3a5e04ef383a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7fb33def-812a-45c8-b3a1-3a5e04ef383a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-7fb33def-812a-45c8-b3a1-3a5e04ef383a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-7fb33def-812a-45c8-b3a1-3a5e04ef383a.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

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

#s-7fb33def-812a-45c8-b3a1-3a5e04ef383a {
  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-7fb33def-812a-45c8-b3a1-3a5e04ef383a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7fb33def-812a-45c8-b3a1-3a5e04ef383a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-7fb33def-812a-45c8-b3a1-3a5e04ef383a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-7fb33def-812a-45c8-b3a1-3a5e04ef383a.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-7fb33def-812a-45c8-b3a1-3a5e04ef383a-atc-btn-wrapper {
    text-align: center;
  }


#s-7fb33def-812a-45c8-b3a1-3a5e04ef383a {
  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-7fb33def-812a-45c8-b3a1-3a5e04ef383a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7fb33def-812a-45c8-b3a1-3a5e04ef383a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-7fb33def-812a-45c8-b3a1-3a5e04ef383a.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-7fb33def-812a-45c8-b3a1-3a5e04ef383a.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}
#s-e51eda03-e47d-49ef-9d3e-87c1f4503acb {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-e51eda03-e47d-49ef-9d3e-87c1f4503acb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e51eda03-e47d-49ef-9d3e-87c1f4503acb.shg-box.shg-c {
  justify-content: center;
}

#s-9660e03e-a854-4504-9468-8d6a21ac63cc {
  text-align: left;
}
@media (max-width: 767px){#s-9660e03e-a854-4504-9468-8d6a21ac63cc {
  text-align: left;
}
}
#s-9660e03e-a854-4504-9468-8d6a21ac63cc .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-9660e03e-a854-4504-9468-8d6a21ac63cc .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-4269b103-b89b-4470-a055-38f940e909a8 {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4269b103-b89b-4470-a055-38f940e909a8 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-4269b103-b89b-4470-a055-38f940e909a8 {
  margin-bottom: 0px;
display: none;
}
#s-4269b103-b89b-4470-a055-38f940e909a8, #wrap-s-4269b103-b89b-4470-a055-38f940e909a8 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-3acf8b8c-746e-4aec-a382-32ec143c45af {
  display: none;
}
#s-3acf8b8c-746e-4aec-a382-32ec143c45af, #wrap-s-3acf8b8c-746e-4aec-a382-32ec143c45af { display:none !important; }}@media (max-width: 767px){#s-3acf8b8c-746e-4aec-a382-32ec143c45af {
  display: none;
}
#s-3acf8b8c-746e-4aec-a382-32ec143c45af, #wrap-s-3acf8b8c-746e-4aec-a382-32ec143c45af { display:none !important; }}
#s-0096d5f5-6182-4767-ae12-aa75823ee4ea {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-0096d5f5-6182-4767-ae12-aa75823ee4ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0096d5f5-6182-4767-ae12-aa75823ee4ea.shg-box.shg-c {
  justify-content: center;
}

#s-5c1be0a9-6c79-4efa-a37b-80d8a7c85e80 {
  text-align: left;
}
@media (max-width: 767px){#s-5c1be0a9-6c79-4efa-a37b-80d8a7c85e80 {
  text-align: left;
}
}
#s-5c1be0a9-6c79-4efa-a37b-80d8a7c85e80 .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-5c1be0a9-6c79-4efa-a37b-80d8a7c85e80 .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-66d22b67-61eb-42e7-9320-b49a574ebdfd {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-66d22b67-61eb-42e7-9320-b49a574ebdfd {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-66d22b67-61eb-42e7-9320-b49a574ebdfd {
  margin-bottom: 0px;
display: none;
}
#s-66d22b67-61eb-42e7-9320-b49a574ebdfd, #wrap-s-66d22b67-61eb-42e7-9320-b49a574ebdfd { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-286da10d-cbc5-4fb0-90b9-1cda0690a228 {
  display: none;
}
#s-286da10d-cbc5-4fb0-90b9-1cda0690a228, #wrap-s-286da10d-cbc5-4fb0-90b9-1cda0690a228 { display:none !important; }}@media (max-width: 767px){#s-286da10d-cbc5-4fb0-90b9-1cda0690a228 {
  display: none;
}
#s-286da10d-cbc5-4fb0-90b9-1cda0690a228, #wrap-s-286da10d-cbc5-4fb0-90b9-1cda0690a228 { display:none !important; }}
#s-224fa2b2-3b00-426f-86e1-4a9ca2884fb8 {
  display: none;
}
#s-d3085620-f371-4355-a097-eac9be6cfbcf {
  text-align: center;
}


.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf {
  max-width: 100%;
}

.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf .shg-image-zoom,
.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf {
  max-width: 100%;
}

.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf .shg-image-zoom,
.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf {
  max-width: 100%;
}

.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf .shg-image-zoom,
.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf {
  max-width: 100%;
}

.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf .shg-image-zoom,
.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf {
  max-width: 100%;
}

.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf .shg-image-zoom,
.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-d3085620-f371-4355-a097-eac9be6cfbcf .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-068ba2d6-6d79-40db-bb17-fa763d2ce374 {
  display: none;
}
#s-c346295a-7bb7-4321-a105-14758c159504 {
  text-align: center;
}


.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 {
  max-width: 100%;
}

.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 .shg-image-zoom,
.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 {
  max-width: 100%;
}

.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 .shg-image-zoom,
.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 {
  max-width: 100%;
}

.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 .shg-image-zoom,
.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 {
  max-width: 100%;
}

.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 .shg-image-zoom,
.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 {
  max-width: 100%;
}

.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 .shg-image-zoom,
.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-c346295a-7bb7-4321-a105-14758c159504 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-3dcbae41-1d84-4e24-b2c9-2566b792e421 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3dcbae41-1d84-4e24-b2c9-2566b792e421 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
}
}







#s-3dcbae41-1d84-4e24-b2c9-2566b792e421 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dcbae41-1d84-4e24-b2c9-2566b792e421.shg-box.shg-c {
  justify-content: center;
}

#s-adb68f2a-2f87-40db-9064-4e775375d75e {
  display: none;
}
#s-1c252291-2334-4fd9-909e-e4c6999266d6 {
  margin-bottom: 10px;
text-align: center;
}

#s-1c252291-2334-4fd9-909e-e4c6999266d6 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1c252291-2334-4fd9-909e-e4c6999266d6 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-1c252291-2334-4fd9-909e-e4c6999266d6 .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-1c252291-2334-4fd9-909e-e4c6999266d6 .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-1c252291-2334-4fd9-909e-e4c6999266d6 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-1c252291-2334-4fd9-909e-e4c6999266d6 .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-1c252291-2334-4fd9-909e-e4c6999266d6 .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-1c252291-2334-4fd9-909e-e4c6999266d6 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
}

#s-1c252291-2334-4fd9-909e-e4c6999266d6 .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-1c252291-2334-4fd9-909e-e4c6999266d6 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1c252291-2334-4fd9-909e-e4c6999266d6 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-1c252291-2334-4fd9-909e-e4c6999266d6 .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-1c252291-2334-4fd9-909e-e4c6999266d6 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-1c252291-2334-4fd9-909e-e4c6999266d6 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 20px;
}

#s-1c252291-2334-4fd9-909e-e4c6999266d6 .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-c28c47e5-88dc-4d22-8fcb-1f8c72c2d011 {
  margin-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c28c47e5-88dc-4d22-8fcb-1f8c72c2d011 {
  display: none;
}
#s-c28c47e5-88dc-4d22-8fcb-1f8c72c2d011, #wrap-s-c28c47e5-88dc-4d22-8fcb-1f8c72c2d011 { display:none !important; }}
#s-c28c47e5-88dc-4d22-8fcb-1f8c72c2d011 .shg-product-quantity-wrapper {
  display: flex;
}

#s-c28c47e5-88dc-4d22-8fcb-1f8c72c2d011 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c28c47e5-88dc-4d22-8fcb-1f8c72c2d011 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c28c47e5-88dc-4d22-8fcb-1f8c72c2d011 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c28c47e5-88dc-4d22-8fcb-1f8c72c2d011 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-fabd3617-570e-4765-b320-be83d405201b {
  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-fabd3617-570e-4765-b320-be83d405201b: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-fabd3617-570e-4765-b320-be83d405201b:active {border-radius: 2px !important;
background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-fabd3617-570e-4765-b320-be83d405201b {
  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-fabd3617-570e-4765-b320-be83d405201b {
  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-fabd3617-570e-4765-b320-be83d405201b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fabd3617-570e-4765-b320-be83d405201b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-fabd3617-570e-4765-b320-be83d405201b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-fabd3617-570e-4765-b320-be83d405201b.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

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

#s-fabd3617-570e-4765-b320-be83d405201b {
  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-fabd3617-570e-4765-b320-be83d405201b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fabd3617-570e-4765-b320-be83d405201b.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-fabd3617-570e-4765-b320-be83d405201b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}


  #s-fabd3617-570e-4765-b320-be83d405201b.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}@media (max-width: 767px){
  #s-fabd3617-570e-4765-b320-be83d405201b-atc-btn-wrapper {
    text-align: center;
  }


#s-fabd3617-570e-4765-b320-be83d405201b {
  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-fabd3617-570e-4765-b320-be83d405201b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fabd3617-570e-4765-b320-be83d405201b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-fabd3617-570e-4765-b320-be83d405201b.shg-btn.shg-product-atc-error {
  font-weight: 700;
  font-family: Lato;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


  #s-fabd3617-570e-4765-b320-be83d405201b.shg-btn.shg-product-atc-success {
    
    font-family: Lato;
    
    
    color: rgba(255, 255, 255, 1);
  }

}
#s-4c23c85c-0164-4030-86f7-2019cbe19a72 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-4c23c85c-0164-4030-86f7-2019cbe19a72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c23c85c-0164-4030-86f7-2019cbe19a72.shg-box.shg-c {
  justify-content: center;
}

#s-d7ab0b3f-979c-4525-b254-113121b4441f {
  text-align: left;
}
@media (max-width: 767px){#s-d7ab0b3f-979c-4525-b254-113121b4441f {
  text-align: left;
}
}
#s-d7ab0b3f-979c-4525-b254-113121b4441f .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-d7ab0b3f-979c-4525-b254-113121b4441f .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-2fd25e14-a94e-46fe-b6cc-7a36ad1d305d {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2fd25e14-a94e-46fe-b6cc-7a36ad1d305d {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-2fd25e14-a94e-46fe-b6cc-7a36ad1d305d {
  margin-bottom: 0px;
display: none;
}
#s-2fd25e14-a94e-46fe-b6cc-7a36ad1d305d, #wrap-s-2fd25e14-a94e-46fe-b6cc-7a36ad1d305d { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-1bde21b7-be13-4d3b-97d1-7f71d31c8ecc {
  display: none;
}
#s-1bde21b7-be13-4d3b-97d1-7f71d31c8ecc, #wrap-s-1bde21b7-be13-4d3b-97d1-7f71d31c8ecc { display:none !important; }}@media (max-width: 767px){#s-1bde21b7-be13-4d3b-97d1-7f71d31c8ecc {
  display: none;
}
#s-1bde21b7-be13-4d3b-97d1-7f71d31c8ecc, #wrap-s-1bde21b7-be13-4d3b-97d1-7f71d31c8ecc { display:none !important; }}
#s-9d62445a-3e25-4f5e-9468-871cb32bcb33 {
  display: none;
}
#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c {
  text-align: center;
}


.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c {
  max-width: 100%;
}

.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c .shg-image-zoom,
.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c {
  max-width: 100%;
}

.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c .shg-image-zoom,
.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c {
  max-width: 100%;
}

.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c .shg-image-zoom,
.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c {
  max-width: 100%;
}

.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c .shg-image-zoom,
.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c {
  max-width: 100%;
}

.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c .shg-image-zoom,
.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c img.shogun-image {
  max-width: 200px !important;
  min-height:  !important;
}

.shg-c#s-7ca3cffc-72e7-44cb-8bde-4b14fad6534c .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;
}
