.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-3a812580-a52b-46cf-b015-fc900e701ed1 {
  min-height: 50px;
background-color: rgba(221, 221, 221, 1);
}








#s-3a812580-a52b-46cf-b015-fc900e701ed1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a812580-a52b-46cf-b015-fc900e701ed1.shg-box.shg-c {
  justify-content: center;
}

#s-39d82a4e-9f81-438b-9e1d-066e13e77b4c {
  min-height: 50px;
background-color: rgba(221, 221, 221, 1);
}








#s-39d82a4e-9f81-438b-9e1d-066e13e77b4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39d82a4e-9f81-438b-9e1d-066e13e77b4c.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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-d2e3500d-07b5-43c2-8a55-b40fab6fd4d5 {
  margin-left: 220px;
margin-right: 220px;
text-align: center;
}
@media (min-width: 1200px){#s-d2e3500d-07b5-43c2-8a55-b40fab6fd4d5 {
  margin-top: 10px;
margin-left: 700px;
margin-bottom: 10px;
margin-right: 700px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2e3500d-07b5-43c2-8a55-b40fab6fd4d5 {
  margin-top: 10px;
margin-left: 700px;
margin-bottom: 10px;
margin-right: 700px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2e3500d-07b5-43c2-8a55-b40fab6fd4d5 {
  margin-top: 10px;
margin-left: 240px;
margin-bottom: 10px;
margin-right: 240px;
}
}@media (max-width: 767px){#s-d2e3500d-07b5-43c2-8a55-b40fab6fd4d5 {
  margin-top: 10px;
margin-left: 95px;
margin-bottom: 10px;
margin-right: 95px;
}
}



  #s-d2e3500d-07b5-43c2-8a55-b40fab6fd4d5 img.shogun-image {
    
    width: px;
  }


#s-d2e3500d-07b5-43c2-8a55-b40fab6fd4d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4d79f0a-a272-4c33-bb85-761cb43e6fd5 {
  min-height: 50px;
background-color: rgba(221, 221, 221, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c4d79f0a-a272-4c33-bb85-761cb43e6fd5 {
  
}
}@media (max-width: 767px){#s-c4d79f0a-a272-4c33-bb85-761cb43e6fd5 {
  
}
}







#s-c4d79f0a-a272-4c33-bb85-761cb43e6fd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4d79f0a-a272-4c33-bb85-761cb43e6fd5.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-btn.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-2569134b-e806-4239-852a-a2523ee8fd12 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2569134b-e806-4239-852a-a2523ee8fd12:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(13, 187, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-2569134b-e806-4239-852a-a2523ee8fd12:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2569134b-e806-4239-852a-a2523ee8fd12 {
  
}
}


#s-2569134b-e806-4239-852a-a2523ee8fd12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-620823c5-dbeb-4008-a24b-428c51823c85 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(236, 236, 236, 1);
}
@media (min-width: 1200px){#s-620823c5-dbeb-4008-a24b-428c51823c85 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-620823c5-dbeb-4008-a24b-428c51823c85 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-620823c5-dbeb-4008-a24b-428c51823c85 {
  
}
}@media (max-width: 767px){#s-620823c5-dbeb-4008-a24b-428c51823c85 {
  
}
}







#s-620823c5-dbeb-4008-a24b-428c51823c85 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-620823c5-dbeb-4008-a24b-428c51823c85.shg-box.shg-c {
  justify-content: flex-start;
}

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

#s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f {
  background-color: rgba(221, 221, 221, 1);
}

@media (min-width: 0px) {
[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a66f7b5-1d42-4224-9e19-d03eaaa76c4f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

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

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

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

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

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

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

.shg-default-text-content 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-86afd2c2-da17-4f80-94f5-f4b7c8ae4f22 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-86afd2c2-da17-4f80-94f5-f4b7c8ae4f22 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86afd2c2-da17-4f80-94f5-f4b7c8ae4f22 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-86afd2c2-da17-4f80-94f5-f4b7c8ae4f22 {
  
}
}@media (max-width: 767px){#s-86afd2c2-da17-4f80-94f5-f4b7c8ae4f22 {
  
}
}
#s-d9e3f0bf-73e2-4d89-b98d-4bc0f3109709 {
  margin-left: 200px;
margin-right: 200px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9e3f0bf-73e2-4d89-b98d-4bc0f3109709 {
  margin-left: 45px;
margin-right: 45px;
}
}@media (max-width: 767px){#s-d9e3f0bf-73e2-4d89-b98d-4bc0f3109709 {
  margin-left: 90px;
margin-right: 90px;
}
}



  #s-d9e3f0bf-73e2-4d89-b98d-4bc0f3109709 img.shogun-image {
    
    width: px;
  }


#s-d9e3f0bf-73e2-4d89-b98d-4bc0f3109709 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd0014d6-242a-49f6-bdef-9e6ce4e44e03 {
  margin-left: 32px;
margin-right: 32px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd0014d6-242a-49f6-bdef-9e6ce4e44e03 {
  margin-left: 33px;
margin-right: 33px;
}
}
#s-0ed450da-1051-4085-b370-a070bd0ba056 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-0ed450da-1051-4085-b370-a070bd0ba056 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ed450da-1051-4085-b370-a070bd0ba056 {
  margin-left: 100px;
margin-right: 100px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ed450da-1051-4085-b370-a070bd0ba056 {
  
}
}@media (max-width: 767px){#s-0ed450da-1051-4085-b370-a070bd0ba056 {
  
}
}
#s-65624e4b-0011-4505-bd11-b65fedf14eb7 {
  min-height: 132px;
}
@media (min-width: 1200px){#s-65624e4b-0011-4505-bd11-b65fedf14eb7 {
  display: none;
}
#s-65624e4b-0011-4505-bd11-b65fedf14eb7, #wrap-s-65624e4b-0011-4505-bd11-b65fedf14eb7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65624e4b-0011-4505-bd11-b65fedf14eb7 {
  display: none;
}
#s-65624e4b-0011-4505-bd11-b65fedf14eb7, #wrap-s-65624e4b-0011-4505-bd11-b65fedf14eb7 { display:none !important; }}@media (max-width: 767px){#s-65624e4b-0011-4505-bd11-b65fedf14eb7 {
  display: none;
}
#s-65624e4b-0011-4505-bd11-b65fedf14eb7, #wrap-s-65624e4b-0011-4505-bd11-b65fedf14eb7 { display:none !important; }}







#s-65624e4b-0011-4505-bd11-b65fedf14eb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65624e4b-0011-4505-bd11-b65fedf14eb7.shg-box.shg-c {
  justify-content: center;
}

#s-03e3f375-9655-44c3-975d-0ce4ba63fb37 {
  text-align: center;
background-color: rgba(221, 221, 221, 1);
}




  #s-03e3f375-9655-44c3-975d-0ce4ba63fb37 img.shogun-image {
    
    width: px;
  }


#s-03e3f375-9655-44c3-975d-0ce4ba63fb37 .shogun-image-content {
  
    align-items: center;
  
}

#s-805ed80f-d044-448f-925b-6235fb40de1a {
  min-height: 50px;
background-color: rgba(221, 221, 221, 1);
}








#s-805ed80f-d044-448f-925b-6235fb40de1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-805ed80f-d044-448f-925b-6235fb40de1a.shg-box.shg-c {
  justify-content: center;
}

#s-1e2666ea-7927-4d41-b631-b32677fe5ec4 {
  margin-top: 16px;
margin-left: 30px;
margin-bottom: 16px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-1e2666ea-7927-4d41-b631-b32677fe5ec4 {
  margin-left: 600px;
margin-right: 600px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e2666ea-7927-4d41-b631-b32677fe5ec4 {
  margin-left: 600px;
margin-right: 600px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1e2666ea-7927-4d41-b631-b32677fe5ec4 {
  margin-left: 200px;
margin-right: 200px;
}
}@media (max-width: 767px){#s-1e2666ea-7927-4d41-b631-b32677fe5ec4 {
  margin-left: 72px;
margin-right: 72px;
}
}




#s-1e2666ea-7927-4d41-b631-b32677fe5ec4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac247694-d7ff-4b5f-99bc-ccb32d2357c5 {
  min-height: 50px;
}








#s-ac247694-d7ff-4b5f-99bc-ccb32d2357c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac247694-d7ff-4b5f-99bc-ccb32d2357c5.shg-box.shg-c {
  justify-content: center;
}

#s-13b34f81-4d4e-416d-86d0-d5d1247482d9 {
  min-height: 50px;
}








#s-13b34f81-4d4e-416d-86d0-d5d1247482d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13b34f81-4d4e-416d-86d0-d5d1247482d9.shg-box.shg-c {
  justify-content: center;
}

#s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7 {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-939eb8f9-b3f0-4a77-bfa8-b1e21fb8b1f7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fef04330-16c1-44a8-94e1-a80551dd5350 {
  display: none;
}
#s-d2932b04-be90-4a13-8dfe-79e9bf9a05d5 {
  padding-top: 20px;
padding-bottom: 0px;
padding-right: 0px;
}

.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-38d01c82-0446-48ca-937b-5c926d70c4ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38d01c82-0446-48ca-937b-5c926d70c4ec .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
}
@media (min-width: 1200px){#s-38d01c82-0446-48ca-937b-5c926d70c4ec .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-38d01c82-0446-48ca-937b-5c926d70c4ec .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
}
}@media (max-width: 767px){#s-38d01c82-0446-48ca-937b-5c926d70c4ec .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
}
}
#s-7abdb814-d5f8-47df-b03c-079c1a6b4ab1 {
  text-align: center;
}

#s-7abdb814-d5f8-47df-b03c-079c1a6b4ab1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
}

#s-7abdb814-d5f8-47df-b03c-079c1a6b4ab1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 22px;
}

#s-7abdb814-d5f8-47df-b03c-079c1a6b4ab1 .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-81732a4e-11b1-4821-8a37-31a9cfb3334d {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 67, 67, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 160, 160, 1);
hover-type: color;
}
#s-81732a4e-11b1-4821-8a37-31a9cfb3334d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-81732a4e-11b1-4821-8a37-31a9cfb3334d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-81732a4e-11b1-4821-8a37-31a9cfb3334d.shg-btn {
  color: rgba(255, 160, 160, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

.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-e4342aa7-faeb-4588-a826-a883c62edfe8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e4342aa7-faeb-4588-a826-a883c62edfe8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e4342aa7-faeb-4588-a826-a883c62edfe8:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e4342aa7-faeb-4588-a826-a883c62edfe8 {
  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-e4342aa7-faeb-4588-a826-a883c62edfe8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e4342aa7-faeb-4588-a826-a883c62edfe8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e4342aa7-faeb-4588-a826-a883c62edfe8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.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-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 {
  text-align: left;
}


.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 {
  max-width: 100%;
}

.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 .shg-image-zoom,
.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 {
  max-width: 100%;
}

.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 .shg-image-zoom,
.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 {
  max-width: 100%;
}

.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 .shg-image-zoom,
.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 {
  max-width: 100%;
}

.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 .shg-image-zoom,
.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 {
  max-width: 100%;
}

.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 .shg-image-zoom,
.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2aaec6c3-fcc0-4f8c-94e1-af713e61b804 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
@media (min-width: 1200px){#s-93db6bfd-e1e2-450f-9059-a47d81541375 {
  display: none;
}
#s-93db6bfd-e1e2-450f-9059-a47d81541375, #wrap-s-93db6bfd-e1e2-450f-9059-a47d81541375 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93db6bfd-e1e2-450f-9059-a47d81541375 {
  display: none;
}
#s-93db6bfd-e1e2-450f-9059-a47d81541375, #wrap-s-93db6bfd-e1e2-450f-9059-a47d81541375 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-93db6bfd-e1e2-450f-9059-a47d81541375 {
  display: none;
}
#s-93db6bfd-e1e2-450f-9059-a47d81541375, #wrap-s-93db6bfd-e1e2-450f-9059-a47d81541375 { display:none !important; }}
#s-93db6bfd-e1e2-450f-9059-a47d81541375 hr {
  border: 0;
  width: 100%;
  border-top: 8px solid #ddd;
}

#s-2ffc1c76-f6e7-4822-9bab-88c07e29e613 {
  display: none;
}
#s-276ac2d2-b04b-42b8-972e-e6337d5d73d6 {
  padding-top: 20px;
}

#s-1d2b3702-adcc-4c80-8db2-e616ef45d9b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d2b3702-adcc-4c80-8db2-e616ef45d9b0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
}
@media (min-width: 1200px){#s-1d2b3702-adcc-4c80-8db2-e616ef45d9b0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d2b3702-adcc-4c80-8db2-e616ef45d9b0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
}
}@media (max-width: 767px){#s-1d2b3702-adcc-4c80-8db2-e616ef45d9b0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
}
}
#s-0a3e9d3d-1ecd-40b6-b0e6-e0dd545c556f {
  text-align: center;
}

#s-0a3e9d3d-1ecd-40b6-b0e6-e0dd545c556f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
}

#s-0a3e9d3d-1ecd-40b6-b0e6-e0dd545c556f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 22px;
}

#s-0a3e9d3d-1ecd-40b6-b0e6-e0dd545c556f .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-12b7d2b2-2ce2-4d77-8fb8-564a8911af2a {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 67, 67, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 160, 160, 1);
hover-type: color;
}
#s-12b7d2b2-2ce2-4d77-8fb8-564a8911af2a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-12b7d2b2-2ce2-4d77-8fb8-564a8911af2a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-12b7d2b2-2ce2-4d77-8fb8-564a8911af2a.shg-btn {
  color: rgba(255, 160, 160, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e8f43d95-f1f3-41b0-b4a0-6c7c60e4608c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e8f43d95-f1f3-41b0-b4a0-6c7c60e4608c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e8f43d95-f1f3-41b0-b4a0-6c7c60e4608c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e8f43d95-f1f3-41b0-b4a0-6c7c60e4608c {
  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-e8f43d95-f1f3-41b0-b4a0-6c7c60e4608c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e8f43d95-f1f3-41b0-b4a0-6c7c60e4608c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e8f43d95-f1f3-41b0-b4a0-6c7c60e4608c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 {
  text-align: left;
}


.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 {
  max-width: 100%;
}

.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 .shg-image-zoom,
.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 {
  max-width: 100%;
}

.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 .shg-image-zoom,
.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 {
  max-width: 100%;
}

.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 .shg-image-zoom,
.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 {
  max-width: 100%;
}

.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 .shg-image-zoom,
.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 {
  max-width: 100%;
}

.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 .shg-image-zoom,
.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a16e1c10-b1ac-4b6a-aacf-11c53eb4f3e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
@media (min-width: 1200px){#s-0b830fd4-f337-44da-b025-e6a146e91966 {
  display: none;
}
#s-0b830fd4-f337-44da-b025-e6a146e91966, #wrap-s-0b830fd4-f337-44da-b025-e6a146e91966 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b830fd4-f337-44da-b025-e6a146e91966 {
  display: none;
}
#s-0b830fd4-f337-44da-b025-e6a146e91966, #wrap-s-0b830fd4-f337-44da-b025-e6a146e91966 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b830fd4-f337-44da-b025-e6a146e91966 {
  display: none;
}
#s-0b830fd4-f337-44da-b025-e6a146e91966, #wrap-s-0b830fd4-f337-44da-b025-e6a146e91966 { display:none !important; }}
#s-0b830fd4-f337-44da-b025-e6a146e91966 hr {
  border: 0;
  width: 100%;
  border-top: 8px solid #ddd;
}

#s-89ff67fe-4c4d-4cd8-8d35-2163a86d3ccb {
  display: none;
}
#s-d653dca7-7d0e-4242-a4a9-c1495f8c54fc {
  padding-top: 20px;
}

#s-81053352-4731-4973-a499-37448f7ac99d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81053352-4731-4973-a499-37448f7ac99d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
}
@media (min-width: 1200px){#s-81053352-4731-4973-a499-37448f7ac99d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81053352-4731-4973-a499-37448f7ac99d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
}
}@media (max-width: 767px){#s-81053352-4731-4973-a499-37448f7ac99d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
}
}
#s-091b39d7-fa7c-4601-9c58-441eb9c3a470 {
  text-align: center;
}

#s-091b39d7-fa7c-4601-9c58-441eb9c3a470 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
}

#s-091b39d7-fa7c-4601-9c58-441eb9c3a470 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 22px;
}

#s-091b39d7-fa7c-4601-9c58-441eb9c3a470 .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-ef490fb6-a1ac-453a-bfec-82a179211a7e {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(67, 67, 67, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 160, 160, 1);
hover-type: color;
}
#s-ef490fb6-a1ac-453a-bfec-82a179211a7e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef490fb6-a1ac-453a-bfec-82a179211a7e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ef490fb6-a1ac-453a-bfec-82a179211a7e.shg-btn {
  color: rgba(255, 160, 160, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dc6cbcea-0249-4a31-b0c3-8bb299e49785 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-dc6cbcea-0249-4a31-b0c3-8bb299e49785:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dc6cbcea-0249-4a31-b0c3-8bb299e49785:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dc6cbcea-0249-4a31-b0c3-8bb299e49785 {
  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-dc6cbcea-0249-4a31-b0c3-8bb299e49785.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dc6cbcea-0249-4a31-b0c3-8bb299e49785.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dc6cbcea-0249-4a31-b0c3-8bb299e49785.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb {
  text-align: left;
}


.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb {
  max-width: 100%;
}

.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb .shg-image-zoom,
.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb {
  max-width: 100%;
}

.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb .shg-image-zoom,
.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb {
  max-width: 100%;
}

.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb .shg-image-zoom,
.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb {
  max-width: 100%;
}

.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb .shg-image-zoom,
.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb {
  max-width: 100%;
}

.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb .shg-image-zoom,
.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d76c3a9a-8cf0-46cb-87cf-013e49d997cb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5a48d997-9266-4dbd-87be-0b14ea2a6154 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-5a48d997-9266-4dbd-87be-0b14ea2a6154 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a48d997-9266-4dbd-87be-0b14ea2a6154.shg-box.shg-c {
  justify-content: center;
}

#s-0d6171bb-2394-4e68-8809-ef9b9ad78f65 {
  text-align: center;
}
@media (min-width: 1200px){#s-0d6171bb-2394-4e68-8809-ef9b9ad78f65 {
  margin-top: 15px;
margin-left: 800px;
margin-right: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d6171bb-2394-4e68-8809-ef9b9ad78f65 {
  margin-top: 14px;
margin-left: 800px;
margin-right: 800px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d6171bb-2394-4e68-8809-ef9b9ad78f65 {
  margin-top: 15px;
margin-left: 300px;
margin-bottom: 0px;
margin-right: 300px;
}
}@media (max-width: 767px){#s-0d6171bb-2394-4e68-8809-ef9b9ad78f65 {
  margin-top: 15px;
margin-left: 175px;
margin-bottom: 0px;
margin-right: 175px;
}
}



  #s-0d6171bb-2394-4e68-8809-ef9b9ad78f65 img.shogun-image {
    
    width: px;
  }


#s-0d6171bb-2394-4e68-8809-ef9b9ad78f65 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #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-ac852889-7076-463b-8da3-e2e6b663829b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac852889-7076-463b-8da3-e2e6b663829b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-29057073-b5e7-4a84-9322-6819c056dc26 {
  background-color: rgba(66, 181, 255, 1);
}








#s-29057073-b5e7-4a84-9322-6819c056dc26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29057073-b5e7-4a84-9322-6819c056dc26.shg-box.shg-c {
  justify-content: center;
}

#s-379d66b3-943f-4429-8271-8e735f21cc37 {
  background-color: rgba(66, 181, 255, 1);
}

@media (min-width: 0px) {
[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-379d66b3-943f-4429-8271-8e735f21cc37"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e1d2f0de-a96f-4599-84eb-b27af10a6488 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 237px;
background-color: rgba(66, 181, 255, 1);
}
@media (min-width: 1200px){#s-e1d2f0de-a96f-4599-84eb-b27af10a6488 {
  min-height: 509px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1d2f0de-a96f-4599-84eb-b27af10a6488 {
  min-height: 509px;
}
}







#s-e1d2f0de-a96f-4599-84eb-b27af10a6488 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1d2f0de-a96f-4599-84eb-b27af10a6488.shg-box.shg-c {
  justify-content: center;
}

#s-18ed704b-cb29-483c-8b10-2874e2118359 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18ed704b-cb29-483c-8b10-2874e2118359 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f0e1906b-7e78-4c3f-969c-05f6c1a7a933 {
  margin-left: 50px;
margin-right: 50px;
}

#s-b0618739-4a31-4649-8953-cda0b195b22c {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(66, 181, 255, 1);
}
@media (min-width: 1200px){#s-b0618739-4a31-4649-8953-cda0b195b22c {
  min-height: 509px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0618739-4a31-4649-8953-cda0b195b22c {
  min-height: 509px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0618739-4a31-4649-8953-cda0b195b22c {
  min-height: 237px;
}
}@media (max-width: 767px){#s-b0618739-4a31-4649-8953-cda0b195b22c {
  min-height: 237px;
}
}







#s-b0618739-4a31-4649-8953-cda0b195b22c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0618739-4a31-4649-8953-cda0b195b22c.shg-box.shg-c {
  justify-content: center;
}

#s-378fb7de-fc47-4eb9-a198-a41b498d86af {
  padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
text-align: center;
opacity: 1;
background-color: rgba(66, 181, 255, 1);
}




  #s-378fb7de-fc47-4eb9-a198-a41b498d86af img.shogun-image {
    
    width: px;
  }


#s-378fb7de-fc47-4eb9-a198-a41b498d86af .shogun-image-content {
  
    align-items: center;
  
}

#s-866d97f4-b98f-4464-a1b0-c037e063ac98 {
  min-height: 0px;
background-color: rgba(255, 190, 28, 1);
}








#s-866d97f4-b98f-4464-a1b0-c037e063ac98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-866d97f4-b98f-4464-a1b0-c037e063ac98.shg-box.shg-c {
  justify-content: center;
}

#s-84a4d124-2497-426c-bfc3-f320ad3eac2a {
  background-color: rgba(255, 190, 28, 1);
}

@media (min-width: 0px) {
[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-84a4d124-2497-426c-bfc3-f320ad3eac2a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7aa062d6-8999-47b1-9fc9-f57c41c0ab49 {
  background-color: rgba(255, 190, 28, 1);
}
@media (min-width: 1200px){#s-7aa062d6-8999-47b1-9fc9-f57c41c0ab49 {
  min-height: 509px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7aa062d6-8999-47b1-9fc9-f57c41c0ab49 {
  min-height: 509px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7aa062d6-8999-47b1-9fc9-f57c41c0ab49 {
  min-height: 237px;
}
}@media (max-width: 767px){#s-7aa062d6-8999-47b1-9fc9-f57c41c0ab49 {
  min-height: 237px;
}
}







#s-7aa062d6-8999-47b1-9fc9-f57c41c0ab49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7aa062d6-8999-47b1-9fc9-f57c41c0ab49.shg-box.shg-c {
  justify-content: center;
}

#s-5f1dca96-b974-4442-a661-96837e421247 {
  padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
text-align: center;
background-color: rgba(255, 190, 28, 1);
}




  #s-5f1dca96-b974-4442-a661-96837e421247 img.shogun-image {
    
    width: px;
  }


#s-5f1dca96-b974-4442-a661-96837e421247 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe65f496-aaf8-4da8-8182-2191eba4652f {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
background-color: rgba(255, 190, 28, 1);
}
@media (min-width: 1200px){#s-fe65f496-aaf8-4da8-8182-2191eba4652f {
  min-height: 509px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fe65f496-aaf8-4da8-8182-2191eba4652f {
  min-height: 509px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fe65f496-aaf8-4da8-8182-2191eba4652f {
  min-height: 237px;
}
}@media (max-width: 767px){#s-fe65f496-aaf8-4da8-8182-2191eba4652f {
  min-height: 237px;
}
}







#s-fe65f496-aaf8-4da8-8182-2191eba4652f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe65f496-aaf8-4da8-8182-2191eba4652f.shg-box.shg-c {
  justify-content: center;
}

#s-2572ae9d-54ae-40b1-a76e-e17ec5251d90 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 190, 28, 1);
}

#s-2572ae9d-54ae-40b1-a76e-e17ec5251d90 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-473cbe7a-467e-48b4-b973-e9495e7fcf96 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
background-color: rgba(255, 190, 28, 1);
}

#s-1f82fdf6-5655-41ba-9d9e-cdbade835c58 {
  min-height: 50px;
background-color: rgba(211, 98, 42, 1);
}








#s-1f82fdf6-5655-41ba-9d9e-cdbade835c58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f82fdf6-5655-41ba-9d9e-cdbade835c58.shg-box.shg-c {
  justify-content: center;
}

#s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea {
  background-color: rgba(211, 98, 42, 1);
}

@media (min-width: 0px) {
[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7110ab7c-8d87-4a59-a7e4-dbab92efc0ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f3fdee5e-0e09-4cb2-8247-5b2e203383d4 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
background-color: rgba(211, 98, 42, 1);
}
@media (min-width: 1200px){#s-f3fdee5e-0e09-4cb2-8247-5b2e203383d4 {
  min-height: 509px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3fdee5e-0e09-4cb2-8247-5b2e203383d4 {
  min-height: 509px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3fdee5e-0e09-4cb2-8247-5b2e203383d4 {
  min-height: 237px;
}
}@media (max-width: 767px){#s-f3fdee5e-0e09-4cb2-8247-5b2e203383d4 {
  min-height: 237px;
}
}







#s-f3fdee5e-0e09-4cb2-8247-5b2e203383d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3fdee5e-0e09-4cb2-8247-5b2e203383d4.shg-box.shg-c {
  justify-content: center;
}

#s-79d9e6dc-759c-4e51-bab2-b1496a279962 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79d9e6dc-759c-4e51-bab2-b1496a279962 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9812a92e-4bd0-49ed-ad51-5abf5bf7f41c {
  margin-left: 50px;
margin-right: 50px;
}

#s-9789e718-6260-4697-b47d-3c94b144a64c {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(211, 98, 42, 1);
}
@media (min-width: 1200px){#s-9789e718-6260-4697-b47d-3c94b144a64c {
  min-height: 509px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9789e718-6260-4697-b47d-3c94b144a64c {
  min-height: 509px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9789e718-6260-4697-b47d-3c94b144a64c {
  min-height: 237px;
}
}@media (max-width: 767px){#s-9789e718-6260-4697-b47d-3c94b144a64c {
  min-height: 237px;
}
}







#s-9789e718-6260-4697-b47d-3c94b144a64c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9789e718-6260-4697-b47d-3c94b144a64c.shg-box.shg-c {
  justify-content: center;
}

#s-ee045998-cc02-4141-af4c-a8d50a98f790 {
  padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
text-align: center;
}




  #s-ee045998-cc02-4141-af4c-a8d50a98f790 img.shogun-image {
    
    width: px;
  }


#s-ee045998-cc02-4141-af4c-a8d50a98f790 .shogun-image-content {
  
    align-items: center;
  
}

#s-374d1f6b-4fc9-4a01-aadb-9c6b49dfbfea {
  min-height: 0px;
background-color: rgba(156, 156, 156, 1);
}








#s-374d1f6b-4fc9-4a01-aadb-9c6b49dfbfea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-374d1f6b-4fc9-4a01-aadb-9c6b49dfbfea.shg-box.shg-c {
  justify-content: center;
}

#s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057 {
  background-color: rgba(156, 156, 156, 1);
}

@media (min-width: 0px) {
[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a44bf4bc-45dc-4cba-8f3e-1dbd75dba057"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-97a41fa9-4efd-4720-a44f-ecf31bd92785 {
  background-color: rgba(156, 156, 156, 1);
}
@media (min-width: 1200px){#s-97a41fa9-4efd-4720-a44f-ecf31bd92785 {
  min-height: 509px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-97a41fa9-4efd-4720-a44f-ecf31bd92785 {
  min-height: 509px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-97a41fa9-4efd-4720-a44f-ecf31bd92785 {
  min-height: 263px;
}
}@media (max-width: 767px){#s-97a41fa9-4efd-4720-a44f-ecf31bd92785 {
  min-height: 237px;
}
}







#s-97a41fa9-4efd-4720-a44f-ecf31bd92785 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97a41fa9-4efd-4720-a44f-ecf31bd92785.shg-box.shg-c {
  justify-content: center;
}

#s-4c98224b-7c0f-473c-9f2f-01e35a381075 {
  padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
text-align: center;
}




  #s-4c98224b-7c0f-473c-9f2f-01e35a381075 img.shogun-image {
    
    width: px;
  }


#s-4c98224b-7c0f-473c-9f2f-01e35a381075 .shogun-image-content {
  
    align-items: center;
  
}

#s-64a45211-d31c-4a51-aa87-ab5af2e38772 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
background-color: rgba(156, 156, 156, 1);
}
@media (min-width: 1200px){#s-64a45211-d31c-4a51-aa87-ab5af2e38772 {
  min-height: 509px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-64a45211-d31c-4a51-aa87-ab5af2e38772 {
  min-height: 509px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-64a45211-d31c-4a51-aa87-ab5af2e38772 {
  min-height: 237px;
}
}@media (max-width: 767px){#s-64a45211-d31c-4a51-aa87-ab5af2e38772 {
  min-height: 237px;
}
}







#s-64a45211-d31c-4a51-aa87-ab5af2e38772 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64a45211-d31c-4a51-aa87-ab5af2e38772.shg-box.shg-c {
  justify-content: center;
}

#s-bb009528-41fa-4201-8de0-994051d3496d {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(156, 156, 156, 1);
}

#s-bb009528-41fa-4201-8de0-994051d3496d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-44e27830-00d3-4d70-9525-1c71fa099bea {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 50px;
background-color: rgba(156, 156, 156, 1);
}

#s-04751e45-ae41-41f0-8ac5-f9eeb28f6ce6 {
  min-height: 50px;
background-color: rgba(120, 80, 57, 1);
}








#s-04751e45-ae41-41f0-8ac5-f9eeb28f6ce6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04751e45-ae41-41f0-8ac5-f9eeb28f6ce6.shg-box.shg-c {
  justify-content: center;
}

#s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f {
  background-color: rgba(120, 80, 57, 1);
}

@media (min-width: 0px) {
[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-af26455a-6372-4cc3-a8cf-b7b7cfef4e4f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4323a0fd-77cc-4ced-9831-1573117daf4e {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(120, 80, 57, 1);
}
@media (min-width: 1200px){#s-4323a0fd-77cc-4ced-9831-1573117daf4e {
  min-height: 509px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4323a0fd-77cc-4ced-9831-1573117daf4e {
  min-height: 509px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4323a0fd-77cc-4ced-9831-1573117daf4e {
  min-height: 237px;
}
}@media (max-width: 767px){#s-4323a0fd-77cc-4ced-9831-1573117daf4e {
  min-height: 237px;
}
}







#s-4323a0fd-77cc-4ced-9831-1573117daf4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4323a0fd-77cc-4ced-9831-1573117daf4e.shg-box.shg-c {
  justify-content: center;
}

#s-ae696f3c-5ff9-4853-ba82-6c41a5e1fb44 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae696f3c-5ff9-4853-ba82-6c41a5e1fb44 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-22bbe91d-3c93-4b8f-b569-3f9529670ad4 {
  margin-left: 50px;
margin-right: 50px;
}

#s-4a0a2b11-c7b2-4976-bd7b-c0d1e24c3bec {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 509px;
background-color: rgba(120, 80, 57, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4a0a2b11-c7b2-4976-bd7b-c0d1e24c3bec {
  min-height: 237px;
}
}@media (max-width: 767px){#s-4a0a2b11-c7b2-4976-bd7b-c0d1e24c3bec {
  min-height: 237px;
}
}







#s-4a0a2b11-c7b2-4976-bd7b-c0d1e24c3bec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a0a2b11-c7b2-4976-bd7b-c0d1e24c3bec.shg-box.shg-c {
  justify-content: center;
}

#s-444705f2-8446-4802-bc68-f98d3a2b675b {
  padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
text-align: center;
}




  #s-444705f2-8446-4802-bc68-f98d3a2b675b img.shogun-image {
    
    width: px;
  }


#s-444705f2-8446-4802-bc68-f98d3a2b675b .shogun-image-content {
  
    align-items: center;
  
}

#s-f5804f76-da1e-45a4-b9a8-29d6a64f3029 {
  min-height: 50px;
background-color: rgba(194, 244, 255, 1);
}








#s-f5804f76-da1e-45a4-b9a8-29d6a64f3029 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5804f76-da1e-45a4-b9a8-29d6a64f3029.shg-box.shg-c {
  justify-content: center;
}

#s-937029d5-6830-46a3-b4cf-f84ab6c83403 {
  background-color: rgba(194, 244, 255, 1);
}

@media (min-width: 0px) {
[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-937029d5-6830-46a3-b4cf-f84ab6c83403"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-71f009ad-ca6e-41f8-a696-d898d801bbfa {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
background-color: rgba(194, 244, 255, 1);
}
@media (min-width: 1200px){#s-71f009ad-ca6e-41f8-a696-d898d801bbfa {
  min-height: 509px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71f009ad-ca6e-41f8-a696-d898d801bbfa {
  min-height: 509px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-71f009ad-ca6e-41f8-a696-d898d801bbfa {
  min-height: 237px;
}
}@media (max-width: 767px){#s-71f009ad-ca6e-41f8-a696-d898d801bbfa {
  min-height: 237px;
}
}







#s-71f009ad-ca6e-41f8-a696-d898d801bbfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71f009ad-ca6e-41f8-a696-d898d801bbfa.shg-box.shg-c {
  justify-content: center;
}

#s-aae7a51d-c450-4849-b501-e63dfd0bb0c9 {
  padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
text-align: center;
opacity: 1;
background-color: rgba(194, 244, 255, 1);
}




  #s-aae7a51d-c450-4849-b501-e63dfd0bb0c9 img.shogun-image {
    
    width: px;
  }


#s-aae7a51d-c450-4849-b501-e63dfd0bb0c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-61864801-bbde-4f04-ac15-f4414bb80205 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(194, 244, 255, 1);
}
@media (min-width: 1200px){#s-61864801-bbde-4f04-ac15-f4414bb80205 {
  min-height: 509px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-61864801-bbde-4f04-ac15-f4414bb80205 {
  min-height: 509px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-61864801-bbde-4f04-ac15-f4414bb80205 {
  min-height: 237px;
}
}@media (max-width: 767px){#s-61864801-bbde-4f04-ac15-f4414bb80205 {
  min-height: 237px;
}
}







#s-61864801-bbde-4f04-ac15-f4414bb80205 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61864801-bbde-4f04-ac15-f4414bb80205.shg-box.shg-c {
  justify-content: center;
}

#s-71f43fd0-8e06-4336-9475-494d2735fda3 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71f43fd0-8e06-4336-9475-494d2735fda3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a36ed206-ca68-4e7a-95c0-38b4218b6eec {
  margin-left: 50px;
margin-right: 50px;
}

#s-fac65b7f-3e9c-460c-9fbe-768e2e4e801b {
  min-height: 50px;
background-color: rgba(95, 183, 178, 1);
}








#s-fac65b7f-3e9c-460c-9fbe-768e2e4e801b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fac65b7f-3e9c-460c-9fbe-768e2e4e801b.shg-box.shg-c {
  justify-content: center;
}

#s-cf2c3120-7653-4248-932e-103c336cbd59 {
  background-color: rgba(95, 183, 178, 1);
}

@media (min-width: 0px) {
[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cf2c3120-7653-4248-932e-103c336cbd59"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0c250a23-29e8-4649-801a-a4499d8c1bbd {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(95, 183, 178, 1);
}
@media (min-width: 1200px){#s-0c250a23-29e8-4649-801a-a4499d8c1bbd {
  min-height: 509px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c250a23-29e8-4649-801a-a4499d8c1bbd {
  min-height: 509px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c250a23-29e8-4649-801a-a4499d8c1bbd {
  min-height: 237px;
}
}@media (max-width: 767px){#s-0c250a23-29e8-4649-801a-a4499d8c1bbd {
  min-height: 237px;
}
}







#s-0c250a23-29e8-4649-801a-a4499d8c1bbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c250a23-29e8-4649-801a-a4499d8c1bbd.shg-box.shg-c {
  justify-content: center;
}

#s-9f22f455-8df1-4a2e-84b5-2073639310d1 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f22f455-8df1-4a2e-84b5-2073639310d1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c25f2128-a269-439d-a155-b58a50d141f1 {
  margin-left: 50px;
margin-right: 50px;
}

#s-94759a19-f154-4600-adaa-699671c29217 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
background-color: rgba(95, 183, 178, 1);
}
@media (min-width: 1200px){#s-94759a19-f154-4600-adaa-699671c29217 {
  min-height: 509px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94759a19-f154-4600-adaa-699671c29217 {
  min-height: 509px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-94759a19-f154-4600-adaa-699671c29217 {
  min-height: 237px;
}
}@media (max-width: 767px){#s-94759a19-f154-4600-adaa-699671c29217 {
  min-height: 237px;
}
}







#s-94759a19-f154-4600-adaa-699671c29217 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94759a19-f154-4600-adaa-699671c29217.shg-box.shg-c {
  justify-content: center;
}

#s-0b13cbfe-b222-409d-8036-bd084561ee3c {
  padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
text-align: center;
}




  #s-0b13cbfe-b222-409d-8036-bd084561ee3c img.shogun-image {
    
    width: px;
  }


#s-0b13cbfe-b222-409d-8036-bd084561ee3c .shogun-image-content {
  
    align-items: center;
  
}

#s-4ab41043-712e-464d-b3c4-0be0f5e8052f {
  min-height: 50px;
background-color: rgba(188, 168, 203, 1);
}
@media (min-width: 1200px){#s-4ab41043-712e-464d-b3c4-0be0f5e8052f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ab41043-712e-464d-b3c4-0be0f5e8052f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ab41043-712e-464d-b3c4-0be0f5e8052f {
  
}
}@media (max-width: 767px){#s-4ab41043-712e-464d-b3c4-0be0f5e8052f {
  
}
}







#s-4ab41043-712e-464d-b3c4-0be0f5e8052f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ab41043-712e-464d-b3c4-0be0f5e8052f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-90c3429b-d56d-4ca0-9d5e-fa00328542f6 {
  background-color: rgba(188, 168, 203, 1);
}

@media (min-width: 0px) {
[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-90c3429b-d56d-4ca0-9d5e-fa00328542f6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-55cb83a0-9cef-47fe-bee3-d402684bd539 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
background-color: rgba(188, 168, 203, 1);
}
@media (min-width: 1200px){#s-55cb83a0-9cef-47fe-bee3-d402684bd539 {
  min-height: 509px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55cb83a0-9cef-47fe-bee3-d402684bd539 {
  min-height: 509px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-55cb83a0-9cef-47fe-bee3-d402684bd539 {
  min-height: 237px;
}
}@media (max-width: 767px){#s-55cb83a0-9cef-47fe-bee3-d402684bd539 {
  min-height: 237px;
}
}







#s-55cb83a0-9cef-47fe-bee3-d402684bd539 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55cb83a0-9cef-47fe-bee3-d402684bd539.shg-box.shg-c {
  justify-content: center;
}

#s-cb17449e-d2e5-483e-8ab5-33b597d5f97d {
  padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
text-align: center;
}




  #s-cb17449e-d2e5-483e-8ab5-33b597d5f97d img.shogun-image {
    
    width: px;
  }


#s-cb17449e-d2e5-483e-8ab5-33b597d5f97d .shogun-image-content {
  
    align-items: center;
  
}

#s-c3c19634-74d5-4437-b410-0fb78e251486 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(188, 168, 203, 1);
}
@media (min-width: 1200px){#s-c3c19634-74d5-4437-b410-0fb78e251486 {
  min-height: 509px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c3c19634-74d5-4437-b410-0fb78e251486 {
  min-height: 509px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c3c19634-74d5-4437-b410-0fb78e251486 {
  min-height: 237px;
}
}@media (max-width: 767px){#s-c3c19634-74d5-4437-b410-0fb78e251486 {
  min-height: 237px;
}
}







#s-c3c19634-74d5-4437-b410-0fb78e251486 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3c19634-74d5-4437-b410-0fb78e251486.shg-box.shg-c {
  justify-content: center;
}

#s-208926b9-de10-4499-b928-2a31f0c44439 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-208926b9-de10-4499-b928-2a31f0c44439 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ac351e9f-8c4c-47eb-b678-8f6900dd01c0 {
  margin-left: 50px;
margin-right: 50px;
}

#s-bad0b3b3-d4d3-4bf0-8ef1-d27dbb995ca6 {
  min-height: 50px;
background-color: rgba(75, 98, 142, 1);
}
@media (min-width: 1200px){#s-bad0b3b3-d4d3-4bf0-8ef1-d27dbb995ca6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bad0b3b3-d4d3-4bf0-8ef1-d27dbb995ca6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bad0b3b3-d4d3-4bf0-8ef1-d27dbb995ca6 {
  
}
}@media (max-width: 767px){#s-bad0b3b3-d4d3-4bf0-8ef1-d27dbb995ca6 {
  
}
}







#s-bad0b3b3-d4d3-4bf0-8ef1-d27dbb995ca6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bad0b3b3-d4d3-4bf0-8ef1-d27dbb995ca6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-976eaea8-af67-4b6b-9237-e2c76a5fc26f {
  background-color: rgba(75, 98, 142, 1);
}

@media (min-width: 0px) {
[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-976eaea8-af67-4b6b-9237-e2c76a5fc26f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b7b1cc18-fdbd-4417-a553-9caae15a5647 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
background-color: rgba(75, 98, 142, 1);
}
@media (min-width: 1200px){#s-b7b1cc18-fdbd-4417-a553-9caae15a5647 {
  min-height: 509px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7b1cc18-fdbd-4417-a553-9caae15a5647 {
  min-height: 509px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b7b1cc18-fdbd-4417-a553-9caae15a5647 {
  min-height: 237px;
}
}@media (max-width: 767px){#s-b7b1cc18-fdbd-4417-a553-9caae15a5647 {
  min-height: 237px;
}
}







#s-b7b1cc18-fdbd-4417-a553-9caae15a5647 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7b1cc18-fdbd-4417-a553-9caae15a5647.shg-box.shg-c {
  justify-content: center;
}

#s-7e9c0a5c-7bc6-41ef-a13a-85152a769d25 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e9c0a5c-7bc6-41ef-a13a-85152a769d25 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ee09997f-e225-49ef-a1cb-340f9e506d6b {
  margin-left: 50px;
margin-right: 50px;
}

#s-1d774f6e-ef1f-4876-b52f-3990a5dc527a {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(75, 98, 142, 1);
}
@media (min-width: 1200px){#s-1d774f6e-ef1f-4876-b52f-3990a5dc527a {
  min-height: 509px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d774f6e-ef1f-4876-b52f-3990a5dc527a {
  min-height: 509px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d774f6e-ef1f-4876-b52f-3990a5dc527a {
  min-height: 237px;
}
}@media (max-width: 767px){#s-1d774f6e-ef1f-4876-b52f-3990a5dc527a {
  min-height: 237px;
}
}







#s-1d774f6e-ef1f-4876-b52f-3990a5dc527a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d774f6e-ef1f-4876-b52f-3990a5dc527a.shg-box.shg-c {
  justify-content: center;
}

#s-084c7cc5-b5fd-4760-a45b-e0d009d9433f {
  padding-top: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-right: 12px;
text-align: center;
}




  #s-084c7cc5-b5fd-4760-a45b-e0d009d9433f img.shogun-image {
    
    width: px;
  }


#s-084c7cc5-b5fd-4760-a45b-e0d009d9433f .shogun-image-content {
  
    align-items: center;
  
}

#s-bee431ec-12bc-49b4-b8c4-b4f4d4be39a3 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-bee431ec-12bc-49b4-b8c4-b4f4d4be39a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bee431ec-12bc-49b4-b8c4-b4f4d4be39a3.shg-box.shg-c {
  justify-content: center;
}

#s-121c2eb0-e5a8-4b13-83ea-defc42dd973a {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-121c2eb0-e5a8-4b13-83ea-defc42dd973a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-121c2eb0-e5a8-4b13-83ea-defc42dd973a.shg-box.shg-c {
  justify-content: center;
}

#s-ba2332be-87bc-45b2-a151-ea4389bc80c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba2332be-87bc-45b2-a151-ea4389bc80c4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-091171ac-f2dc-4531-a9db-9e1f55543bc3 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-091171ac-f2dc-4531-a9db-9e1f55543bc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-091171ac-f2dc-4531-a9db-9e1f55543bc3.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

#s-748edb30-8245-4b1e-9e3a-7f91d8c559ed {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-748edb30-8245-4b1e-9e3a-7f91d8c559ed {
  margin-left: 220px;
margin-right: 220px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-748edb30-8245-4b1e-9e3a-7f91d8c559ed {
  margin-left: 220px;
margin-right: 220px;
}
}
#s-1e842230-84f7-4f80-be75-32839a001f70 {
  min-height: 50px;
}








#s-1e842230-84f7-4f80-be75-32839a001f70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e842230-84f7-4f80-be75-32839a001f70.shg-box.shg-c {
  justify-content: center;
}

#s-09701a39-7d23-41ee-896b-e51aeca94e6a {
  min-height: 50px;
background-color: rgba(118, 221, 67, 1);
}








#s-09701a39-7d23-41ee-896b-e51aeca94e6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09701a39-7d23-41ee-896b-e51aeca94e6a.shg-box.shg-c {
  justify-content: center;
}

#s-fc15c108-8e48-4104-bbfa-3d9d968cfec3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc15c108-8e48-4104-bbfa-3d9d968cfec3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6dd48f00-fa7d-4b25-a24c-f89ab9e436dc {
  padding-bottom: 26px;
min-height: 50px;
background-color: rgba(221, 221, 221, 1);
}








#s-6dd48f00-fa7d-4b25-a24c-f89ab9e436dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dd48f00-fa7d-4b25-a24c-f89ab9e436dc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4773b67d-4acd-4800-9369-c4752350eb82"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2cd0ed8f-abd7-4121-accf-0db269fb02af {
  margin-top: 17px;
margin-bottom: 17px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2cd0ed8f-abd7-4121-accf-0db269fb02af .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-77957024-3340-42af-9541-d8420580fbe3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fdb5e027-811a-403b-aa9a-a10b8c17f0c9 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fdb5e027-811a-403b-aa9a-a10b8c17f0c9:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(26, 171, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-fdb5e027-811a-403b-aa9a-a10b8c17f0c9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fdb5e027-811a-403b-aa9a-a10b8c17f0c9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-4b573ad3-326b-4cba-8e4e-7482ec59688e {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-4b573ad3-326b-4cba-8e4e-7482ec59688e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(26, 171, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-4b573ad3-326b-4cba-8e4e-7482ec59688e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4b573ad3-326b-4cba-8e4e-7482ec59688e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-a5ef4ea7-a60b-47bb-bc3d-33b9b5a3d470 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a5ef4ea7-a60b-47bb-bc3d-33b9b5a3d470:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(26, 171, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-a5ef4ea7-a60b-47bb-bc3d-33b9b5a3d470:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a5ef4ea7-a60b-47bb-bc3d-33b9b5a3d470.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-08bb0d05-0565-4d0e-bbe0-f10cf254941b {
  text-align: center;
}




  #s-08bb0d05-0565-4d0e-bbe0-f10cf254941b img.shogun-image {
    
    width: px;
  }


#s-08bb0d05-0565-4d0e-bbe0-f10cf254941b .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
