.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-0cb55b85-30fd-4794-8f87-0b16d53c0df1 {
  text-align: center;
}
@media (max-width: 767px){#s-0cb55b85-30fd-4794-8f87-0b16d53c0df1 {
  display: none;
}
#s-0cb55b85-30fd-4794-8f87-0b16d53c0df1, #wrap-s-0cb55b85-30fd-4794-8f87-0b16d53c0df1 { display:none !important; }}



  #s-0cb55b85-30fd-4794-8f87-0b16d53c0df1 img.shogun-image {
    
    width: px;
  }


#s-0cb55b85-30fd-4794-8f87-0b16d53c0df1 .shogun-image-content {
  
    align-items: center;
  
}

.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-1969d32c-fdc2-4ea0-a401-a2db24df5362 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1969d32c-fdc2-4ea0-a401-a2db24df5362 {
  display: none;
}
#s-1969d32c-fdc2-4ea0-a401-a2db24df5362, #wrap-s-1969d32c-fdc2-4ea0-a401-a2db24df5362 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1969d32c-fdc2-4ea0-a401-a2db24df5362 {
  display: none;
}
#s-1969d32c-fdc2-4ea0-a401-a2db24df5362, #wrap-s-1969d32c-fdc2-4ea0-a401-a2db24df5362 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1969d32c-fdc2-4ea0-a401-a2db24df5362 {
  display: none;
}
#s-1969d32c-fdc2-4ea0-a401-a2db24df5362, #wrap-s-1969d32c-fdc2-4ea0-a401-a2db24df5362 { display:none !important; }}







#s-1969d32c-fdc2-4ea0-a401-a2db24df5362 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1969d32c-fdc2-4ea0-a401-a2db24df5362.shg-box.shg-c {
  justify-content: center;
}

#s-fd6273f8-f9fc-4a31-8f02-5a82c6856993 {
  text-align: center;
}




  #s-fd6273f8-f9fc-4a31-8f02-5a82c6856993 img.shogun-image {
    
    width: px;
  }


#s-fd6273f8-f9fc-4a31-8f02-5a82c6856993 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a095ec0-db4c-481a-9ce6-0fa15f69fda0 {
  text-align: center;
}




  #s-2a095ec0-db4c-481a-9ce6-0fa15f69fda0 img.shogun-image {
    
    width: px;
  }


#s-2a095ec0-db4c-481a-9ce6-0fa15f69fda0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8b06fbd-cb54-4622-b010-9b7ca6f7aaa7 {
  text-align: center;
}
@media (min-width: 1200px){#s-a8b06fbd-cb54-4622-b010-9b7ca6f7aaa7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8b06fbd-cb54-4622-b010-9b7ca6f7aaa7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8b06fbd-cb54-4622-b010-9b7ca6f7aaa7 {
  display: none;
}
#s-a8b06fbd-cb54-4622-b010-9b7ca6f7aaa7, #wrap-s-a8b06fbd-cb54-4622-b010-9b7ca6f7aaa7 { display:none !important; }}@media (max-width: 767px){#s-a8b06fbd-cb54-4622-b010-9b7ca6f7aaa7 {
  display: none;
}
#s-a8b06fbd-cb54-4622-b010-9b7ca6f7aaa7, #wrap-s-a8b06fbd-cb54-4622-b010-9b7ca6f7aaa7 { display:none !important; }}



  #s-a8b06fbd-cb54-4622-b010-9b7ca6f7aaa7 img.shogun-image {
    
    width: px;
  }


#s-a8b06fbd-cb54-4622-b010-9b7ca6f7aaa7 .shogun-image-content {
  
    align-items: center;
  
}

.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-2d109d0f-e9f9-4206-a91a-da20606265c9 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}

@media (min-width: 1200px){#s-758ba482-e515-46d8-a940-c7703c482f05 {
  display: none;
}
#s-758ba482-e515-46d8-a940-c7703c482f05, #wrap-s-758ba482-e515-46d8-a940-c7703c482f05 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-758ba482-e515-46d8-a940-c7703c482f05 {
  display: none;
}
#s-758ba482-e515-46d8-a940-c7703c482f05, #wrap-s-758ba482-e515-46d8-a940-c7703c482f05 { display:none !important; }}
#s-758ba482-e515-46d8-a940-c7703c482f05 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-1dbcf5e1-4cbf-4631-b0e9-051e78ec971b {
  min-height: 400px;
}








#s-1dbcf5e1-4cbf-4631-b0e9-051e78ec971b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dbcf5e1-4cbf-4631-b0e9-051e78ec971b.shg-box.shg-c {
  justify-content: center;
}

#s-7bff7aa4-e46b-4e64-8d35-4369f5947e08 {
  min-height: 50px;
}








#s-7bff7aa4-e46b-4e64-8d35-4369f5947e08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bff7aa4-e46b-4e64-8d35-4369f5947e08.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

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

@media (min-width: 0px) {
[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-1d0c7467-3415-48c1-8e09-e24ccf75cfd6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-4a09f9e5-85e8-487b-ba4d-f616721df754 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c {
  text-align: left;
}


.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c {
  max-width: 100%;
}

.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c .shg-image-zoom,
.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c {
  max-width: 100%;
}

.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c .shg-image-zoom,
.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c {
  max-width: 100%;
}

.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c .shg-image-zoom,
.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c {
  max-width: 100%;
}

.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c .shg-image-zoom,
.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c {
  max-width: 100%;
}

.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c .shg-image-zoom,
.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2eeb0896-17c4-4539-83d5-3282d6cdb38c .shg-image-zoom {
  
    margin-left: 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-2adcccf8-6bd9-4f5d-9271-02812f86c131 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2adcccf8-6bd9-4f5d-9271-02812f86c131 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

.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-02818081-4810-4502-be6c-e1c45c1d2e8b {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 3px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-02818081-4810-4502-be6c-e1c45c1d2e8b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-02818081-4810-4502-be6c-e1c45c1d2e8b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-02818081-4810-4502-be6c-e1c45c1d2e8b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  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-00aa755b-ef98-4585-a11f-64745deaf586 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-00aa755b-ef98-4585-a11f-64745deaf586:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00aa755b-ef98-4585-a11f-64745deaf586:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-00aa755b-ef98-4585-a11f-64745deaf586 {
  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-00aa755b-ef98-4585-a11f-64745deaf586.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00aa755b-ef98-4585-a11f-64745deaf586.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-00aa755b-ef98-4585-a11f-64745deaf586.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bf632b6e-2c5b-4755-8fb4-4372a8ea7059 {
  display: none;
}
#s-27342fa1-ba5a-4c7d-b919-a516a692be1b {
  text-align: left;
}


.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b {
  max-width: 100%;
}

.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b .shg-image-zoom,
.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b {
  max-width: 100%;
}

.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b .shg-image-zoom,
.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b {
  max-width: 100%;
}

.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b .shg-image-zoom,
.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b {
  max-width: 100%;
}

.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b .shg-image-zoom,
.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b {
  max-width: 100%;
}

.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b .shg-image-zoom,
.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-27342fa1-ba5a-4c7d-b919-a516a692be1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cc7f9a68-6d19-49ba-a150-3611fc4ab7da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc7f9a68-6d19-49ba-a150-3611fc4ab7da .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-68b6e9bf-5060-4f44-ba4a-a6ac7929341d {
  border-style: solid;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 3px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-68b6e9bf-5060-4f44-ba4a-a6ac7929341d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-68b6e9bf-5060-4f44-ba4a-a6ac7929341d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-68b6e9bf-5060-4f44-ba4a-a6ac7929341d.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-7f792b82-0148-4e0f-85fc-56a2386bc414 {
  display: none;
}
#s-abbbc04a-10df-4326-93db-3434731a1cf3 {
  text-align: left;
}


.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 {
  max-width: 100%;
}

.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 .shg-image-zoom,
.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 {
  max-width: 100%;
}

.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 .shg-image-zoom,
.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 {
  max-width: 100%;
}

.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 .shg-image-zoom,
.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 {
  max-width: 100%;
}

.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 .shg-image-zoom,
.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 {
  max-width: 100%;
}

.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 .shg-image-zoom,
.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-abbbc04a-10df-4326-93db-3434731a1cf3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4e0d6ee5-99eb-40a3-b861-a7acab404743 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e0d6ee5-99eb-40a3-b861-a7acab404743 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2af09bbd-40d2-4957-8e32-e4c2549bb6c3 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 3px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2af09bbd-40d2-4957-8e32-e4c2549bb6c3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2af09bbd-40d2-4957-8e32-e4c2549bb6c3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2af09bbd-40d2-4957-8e32-e4c2549bb6c3.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-d11b0288-050b-484b-80c0-400bd1f3c4d9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-02accbbd-c21a-4af3-af5d-322d03bb5064 {
  min-height: 400px;
}








#s-02accbbd-c21a-4af3-af5d-322d03bb5064 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02accbbd-c21a-4af3-af5d-322d03bb5064.shg-box.shg-c {
  justify-content: center;
}

#s-41a663b3-f4d2-48a0-9cf5-f455ac52e27f {
  min-height: 50px;
}








#s-41a663b3-f4d2-48a0-9cf5-f455ac52e27f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41a663b3-f4d2-48a0-9cf5-f455ac52e27f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-582664e7-61e6-4264-8aec-d534f78116a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-b9eabc26-224e-4152-ab09-6435c4284b76 {
  display: none;
}
#s-506c201f-f55b-45c4-adde-6800092d0718 {
  text-align: left;
}


.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 {
  max-width: 100%;
}

.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 .shg-image-zoom,
.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 {
  max-width: 100%;
}

.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 .shg-image-zoom,
.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 {
  max-width: 100%;
}

.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 .shg-image-zoom,
.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 {
  max-width: 100%;
}

.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 .shg-image-zoom,
.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 {
  max-width: 100%;
}

.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 .shg-image-zoom,
.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-506c201f-f55b-45c4-adde-6800092d0718 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-65f07170-0fd7-41e6-8f37-a8829c6bfdd1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65f07170-0fd7-41e6-8f37-a8829c6bfdd1 .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-110ba9b9-5485-4d43-87fe-eabd964ba23f {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 3px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-110ba9b9-5485-4d43-87fe-eabd964ba23f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-110ba9b9-5485-4d43-87fe-eabd964ba23f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-110ba9b9-5485-4d43-87fe-eabd964ba23f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-d48641a4-48fe-40ec-8930-b4fdb5f39500 {
  display: none;
}
#s-ca81da5d-da13-4684-9328-8a79b56fbef2 {
  text-align: left;
}


.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 {
  max-width: 100%;
}

.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 .shg-image-zoom,
.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 {
  max-width: 100%;
}

.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 .shg-image-zoom,
.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 {
  max-width: 100%;
}

.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 .shg-image-zoom,
.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 {
  max-width: 100%;
}

.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 .shg-image-zoom,
.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 {
  max-width: 100%;
}

.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 .shg-image-zoom,
.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca81da5d-da13-4684-9328-8a79b56fbef2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-65cafa99-33cc-4c3a-99d8-949ec31e184d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65cafa99-33cc-4c3a-99d8-949ec31e184d .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-20006d40-4615-4431-82b9-7ac2389d8b3c {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 3px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-20006d40-4615-4431-82b9-7ac2389d8b3c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-20006d40-4615-4431-82b9-7ac2389d8b3c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-20006d40-4615-4431-82b9-7ac2389d8b3c.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-13c8c436-5b7a-44de-8a4b-96f4aa04b4df {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-13c8c436-5b7a-44de-8a4b-96f4aa04b4df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-13c8c436-5b7a-44de-8a4b-96f4aa04b4df:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-13c8c436-5b7a-44de-8a4b-96f4aa04b4df {
  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-13c8c436-5b7a-44de-8a4b-96f4aa04b4df.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-13c8c436-5b7a-44de-8a4b-96f4aa04b4df.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-13c8c436-5b7a-44de-8a4b-96f4aa04b4df.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a2f95c41-17d1-4bbf-816b-99b6c577170f {
  display: none;
}
#s-36481308-2f0e-4f55-ad4c-352f7833193f {
  text-align: left;
}


.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f {
  max-width: 100%;
}

.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f .shg-image-zoom,
.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f {
  max-width: 100%;
}

.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f .shg-image-zoom,
.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f {
  max-width: 100%;
}

.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f .shg-image-zoom,
.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f {
  max-width: 100%;
}

.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f .shg-image-zoom,
.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f {
  max-width: 100%;
}

.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f .shg-image-zoom,
.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-36481308-2f0e-4f55-ad4c-352f7833193f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-891df3e4-7c80-421b-81da-7f4d82e3a2cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-891df3e4-7c80-421b-81da-7f4d82e3a2cc .shg-product-title-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5bb51d84-0f28-4bb0-b423-7f6c82fdf14a {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 3px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5bb51d84-0f28-4bb0-b423-7f6c82fdf14a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5bb51d84-0f28-4bb0-b423-7f6c82fdf14a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5bb51d84-0f28-4bb0-b423-7f6c82fdf14a.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}

#s-9f0d3687-fd28-44b3-8c5b-9a59b6dde8e6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-9f0d3687-fd28-44b3-8c5b-9a59b6dde8e6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9f0d3687-fd28-44b3-8c5b-9a59b6dde8e6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9f0d3687-fd28-44b3-8c5b-9a59b6dde8e6 {
  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-9f0d3687-fd28-44b3-8c5b-9a59b6dde8e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9f0d3687-fd28-44b3-8c5b-9a59b6dde8e6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9f0d3687-fd28-44b3-8c5b-9a59b6dde8e6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0b443be4-a408-42e0-b01e-4314ad37ca09 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-a879ce3d-29f5-436d-a405-4bb97e34b4d7 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 450px;
background-color: rgba(80, 74, 74, 1);
}
@media (max-width: 767px){#s-a879ce3d-29f5-436d-a405-4bb97e34b4d7 {
  display: none;
}
#s-a879ce3d-29f5-436d-a405-4bb97e34b4d7, #wrap-s-a879ce3d-29f5-436d-a405-4bb97e34b4d7 { display:none !important; }}







#s-a879ce3d-29f5-436d-a405-4bb97e34b4d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a879ce3d-29f5-436d-a405-4bb97e34b4d7.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-d952883a-0345-46bd-af1f-98606466e5fa {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-ce1da796-9ffc-4c90-8501-b843c68fdf8e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-14d22971-cb0f-45fc-b31c-6dee6d209b43 {
  text-align: left;
}




  #s-14d22971-cb0f-45fc-b31c-6dee6d209b43 img.shogun-image {
    
    width: px;
  }


#s-14d22971-cb0f-45fc-b31c-6dee6d209b43 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8abf099-340f-4968-a0c5-16c625a961fe {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-eb470cce-2ca2-4965-9589-0887fb971860 {
  text-align: left;
}




  #s-eb470cce-2ca2-4965-9589-0887fb971860 img.shogun-image {
    
    width: px;
  }


#s-eb470cce-2ca2-4965-9589-0887fb971860 .shogun-image-content {
  
    align-items: center;
  
}

#s-dfe90237-dde9-4058-933c-20e4694ec21e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fc183525-404c-489d-ab24-2f354613391a {
  text-align: left;
}




  #s-fc183525-404c-489d-ab24-2f354613391a img.shogun-image {
    
    width: px;
  }


#s-fc183525-404c-489d-ab24-2f354613391a .shogun-image-content {
  
    align-items: center;
  
}

#s-d27aa36d-d8ec-4b2f-9e0b-2c6f7dea5d92 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-b1dc2f9c-daba-4215-bff7-67a6a23f5649"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-806994aa-e87d-410c-a544-d935382269a7 {
  text-align: left;
}




  #s-806994aa-e87d-410c-a544-d935382269a7 img.shogun-image {
    
    width: px;
  }


#s-806994aa-e87d-410c-a544-d935382269a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-585adec3-a42d-4dfb-9a21-e464af9a739f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-85089e3d-086e-4657-928d-6554ad5e25d0 {
  text-align: left;
}




  #s-85089e3d-086e-4657-928d-6554ad5e25d0 img.shogun-image {
    
    width: px;
  }


#s-85089e3d-086e-4657-928d-6554ad5e25d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-1563c8c2-64f7-48e8-bc20-2b2b69e30cd6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8433de97-7f61-477a-b535-692e6171a808 {
  text-align: left;
}




  #s-8433de97-7f61-477a-b535-692e6171a808 img.shogun-image {
    
    width: px;
  }


#s-8433de97-7f61-477a-b535-692e6171a808 .shogun-image-content {
  
    align-items: center;
  
}

#s-b72f02eb-6b89-4787-8170-4ab3361a10de {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 37.5px);
}

[id="s-061d31f9-59b6-45ac-8c33-b85513653c58"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 37.5px);
}

}

#s-fd368d27-fec3-4f2b-a15e-bc94d3771933 {
  margin-left: 35px;
margin-right: 35px;
}

#s-b89a0b40-6ae2-46fa-a13d-9c951c0bd24b {
  margin-left: 30px;
margin-right: 30px;
text-align: left;
}




  #s-b89a0b40-6ae2-46fa-a13d-9c951c0bd24b img.shogun-image {
    
    width: px;
  }


#s-b89a0b40-6ae2-46fa-a13d-9c951c0bd24b .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-8452437f-f588-4607-8a61-93c5786b81dd {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8452437f-f588-4607-8a61-93c5786b81dd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-dadffc0a-25d0-4ae4-9f4e-3876fc22a7d5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-dadffc0a-25d0-4ae4-9f4e-3876fc22a7d5 .shogun-heading-component h1 {
  color: rgba(227, 248, 246, 1);
  font-weight:  500 ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-00236c45-f100-4978-95e9-045dc72ec743 {
  margin-left: 0px;
margin-right: 0px;
}

#s-07ac394b-0716-4dd3-b8a8-d74977e25a5f {
  text-align: left;
}




  #s-07ac394b-0716-4dd3-b8a8-d74977e25a5f img.shogun-image {
    
    width: px;
  }


#s-07ac394b-0716-4dd3-b8a8-d74977e25a5f .shogun-image-content {
  
    align-items: center;
  
}

#s-0b1339ad-c6e3-460d-ae40-764575b2125a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-46d20883-8f34-4b8d-8496-2feb54553c8a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3dd3001a-39b0-4100-9be5-26139239704f {
  text-align: left;
}




  #s-3dd3001a-39b0-4100-9be5-26139239704f img.shogun-image {
    
    width: px;
  }


#s-3dd3001a-39b0-4100-9be5-26139239704f .shogun-image-content {
  
    align-items: center;
  
}

#s-05318de1-2a4a-4876-8070-1a628a545caf hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-c1220f5b-df7a-44bb-8f7c-24c96eac0b87 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 450px;
background-color: rgba(31, 29, 29, 1);
}
@media (min-width: 1200px){#s-c1220f5b-df7a-44bb-8f7c-24c96eac0b87 {
  display: none;
}
#s-c1220f5b-df7a-44bb-8f7c-24c96eac0b87, #wrap-s-c1220f5b-df7a-44bb-8f7c-24c96eac0b87 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1220f5b-df7a-44bb-8f7c-24c96eac0b87 {
  display: none;
}
#s-c1220f5b-df7a-44bb-8f7c-24c96eac0b87, #wrap-s-c1220f5b-df7a-44bb-8f7c-24c96eac0b87 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1220f5b-df7a-44bb-8f7c-24c96eac0b87 {
  display: none;
}
#s-c1220f5b-df7a-44bb-8f7c-24c96eac0b87, #wrap-s-c1220f5b-df7a-44bb-8f7c-24c96eac0b87 { display:none !important; }}







#s-c1220f5b-df7a-44bb-8f7c-24c96eac0b87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1220f5b-df7a-44bb-8f7c-24c96eac0b87.shg-box.shg-c {
  justify-content: flex-start;
}

#s-308bd5ad-406b-4b02-b24f-aedf9c54e159 {
  margin-left: 30px;
margin-right: 30px;
}

#s-38b26351-bdf5-4ed1-b295-3575fb9ccf2e {
  padding-top: 8px;
padding-bottom: 8px;
}

#s-449ec321-60ff-4c1c-8288-5733195f5084 {
  text-align: left;
}




  #s-449ec321-60ff-4c1c-8288-5733195f5084 img.shogun-image {
    
    width: px;
  }


#s-449ec321-60ff-4c1c-8288-5733195f5084 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6b01e502-ea06-4cc2-bf4d-b1141eeab3f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c041a552-f7db-407e-ba37-252a045822d9 {
  text-align: left;
}




  #s-c041a552-f7db-407e-ba37-252a045822d9 img.shogun-image {
    
    width: px;
  }


#s-c041a552-f7db-407e-ba37-252a045822d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-63bb4c71-5f1f-42ae-ae8b-9377edebbf69 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-34a7bb05-6abc-4670-8b05-dec891c932ee {
  text-align: left;
}




  #s-34a7bb05-6abc-4670-8b05-dec891c932ee img.shogun-image {
    
    width: px;
  }


#s-34a7bb05-6abc-4670-8b05-dec891c932ee .shogun-image-content {
  
    align-items: center;
  
}

#s-265ae7a6-cc7a-4430-ba73-0599acf99947 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9983e5e8-57bc-4692-a727-05837c859a34"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c35efb9a-cf2e-4985-a55d-c933df3d0466 {
  text-align: left;
}




  #s-c35efb9a-cf2e-4985-a55d-c933df3d0466 img.shogun-image {
    
    width: px;
  }


#s-c35efb9a-cf2e-4985-a55d-c933df3d0466 .shogun-image-content {
  
    align-items: center;
  
}

#s-398ff8ed-6d83-4043-8957-095793dce532 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-e88dfc57-a903-4a7d-8a26-81f11e265f97 {
  text-align: left;
}




  #s-e88dfc57-a903-4a7d-8a26-81f11e265f97 img.shogun-image {
    
    width: px;
  }


#s-e88dfc57-a903-4a7d-8a26-81f11e265f97 .shogun-image-content {
  
    align-items: center;
  
}

#s-7917c694-a54c-4fd5-9bbe-85ff5776c387 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7d7098a5-5924-41a7-a451-030649368793"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a0ad6fd6-ce01-4a3e-b379-e48f50c3bd9f {
  text-align: left;
}




  #s-a0ad6fd6-ce01-4a3e-b379-e48f50c3bd9f img.shogun-image {
    
    width: px;
  }


#s-a0ad6fd6-ce01-4a3e-b379-e48f50c3bd9f .shogun-image-content {
  
    align-items: center;
  
}

#s-d5241590-e847-4104-8728-f17b43b2b203 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-41a9cbfe-ef44-401c-96ce-42bb704f05ad {
  text-align: left;
}




  #s-41a9cbfe-ef44-401c-96ce-42bb704f05ad img.shogun-image {
    
    width: px;
  }


#s-41a9cbfe-ef44-401c-96ce-42bb704f05ad .shogun-image-content {
  
    align-items: center;
  
}

#s-82e87b79-ca81-47db-b194-8b64814701a0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-163d438b-5119-4908-944c-36eb6393f0d4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e3e3a7e3-2965-4b91-9d40-efcabe6d20e0 {
  text-align: left;
}




  #s-e3e3a7e3-2965-4b91-9d40-efcabe6d20e0 img.shogun-image {
    
    width: px;
  }


#s-e3e3a7e3-2965-4b91-9d40-efcabe6d20e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-4822516c-4840-4278-a9ca-5f26ea868f07 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1ace5df1-bfc1-4bb7-927b-ed85d202278e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-e4d4098d-1c2c-40f9-af78-4b716f1e9edd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(218, 218, 218, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(31, 29, 29, 1);
}
#s-e4d4098d-1c2c-40f9-af78-4b716f1e9edd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e4d4098d-1c2c-40f9-af78-4b716f1e9edd:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e4d4098d-1c2c-40f9-af78-4b716f1e9edd.shg-btn {
  color: rgba(31, 29, 29, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-9f06db4a-efa1-4ae3-9a9e-bf519538087e {
  min-height: 150px;
background-color: rgba(36, 166, 154, 1);
}








#s-9f06db4a-efa1-4ae3-9a9e-bf519538087e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f06db4a-efa1-4ae3-9a9e-bf519538087e.shg-box.shg-c {
  justify-content: center;
}

#s-27eae7c2-163a-4efb-9dc5-00fdc151a158 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
}

#s-7ee79f79-328c-4dcf-85ff-80a4da5139c2 {
  background-color: rgba(241, 241, 241, 1);
}

@media (min-width: 0px) {
[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7ee79f79-328c-4dcf-85ff-80a4da5139c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b5391efd-9b30-4d9d-90ed-b33343a73e2c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-b181a93d-1387-434b-b786-7b71a0604872 {
  margin-top: 20px;
margin-left: 50px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-b181a93d-1387-434b-b786-7b71a0604872 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8e0bdc97-de21-46ff-8982-444e59433d0b {
  margin-left: 50px;
margin-right: 250px;
}
@media (min-width: 1200px){#s-8e0bdc97-de21-46ff-8982-444e59433d0b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8e0bdc97-de21-46ff-8982-444e59433d0b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8e0bdc97-de21-46ff-8982-444e59433d0b {
  
}
}@media (max-width: 767px){#s-8e0bdc97-de21-46ff-8982-444e59433d0b {
  
}
}
#s-8e0bdc97-de21-46ff-8982-444e59433d0b hr {
  border: 0;
  width: 100%;
  border-top: 6px solid rgba(36, 166, 154, 1);
}

#s-c080446d-4d62-4e04-b82d-f7c39e795b4e {
  margin-left: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-c080446d-4d62-4e04-b82d-f7c39e795b4e {
  
}
}
#s-3ea7a448-3fa5-4245-ac6e-616dcd6dedd6 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3ea7a448-3fa5-4245-ac6e-616dcd6dedd6 {
  display: none;
}
#s-3ea7a448-3fa5-4245-ac6e-616dcd6dedd6, #wrap-s-3ea7a448-3fa5-4245-ac6e-616dcd6dedd6 { display:none !important; }}







#s-3ea7a448-3fa5-4245-ac6e-616dcd6dedd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ea7a448-3fa5-4245-ac6e-616dcd6dedd6.shg-box.shg-c {
  justify-content: center;
}

#s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404 {
  margin-top: 20px;
margin-left: 5px;
margin-bottom: 20px;
margin-right: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404 {
  display: none;
}
#s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404, #wrap-s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404 { display:none !important; }}@media (max-width: 767px){#s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404 {
  display: none;
}
#s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404, #wrap-s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404 { display:none !important; }}
@media (min-width: 0px) {
[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-06e5b9fe-4d5d-4d03-8d46-82b9be6e0404"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c85ccbcd-611e-44f9-bca6-cc11ff3185d9 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-c85ccbcd-611e-44f9-bca6-cc11ff3185d9 img.shogun-image {
    
    width: px;
  }


#s-c85ccbcd-611e-44f9-bca6-cc11ff3185d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b0f6656-9809-4e59-b077-65e1dd2e785a {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-6dcae6f8-c4a3-4ccb-b4e7-cf9ca99709a0 {
  margin-left: 10px;
margin-right: 10px;
}

#s-ebfb8ab2-6a41-4446-80ba-9c9384f397da {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-ebfb8ab2-6a41-4446-80ba-9c9384f397da img.shogun-image {
    
    width: px;
  }


#s-ebfb8ab2-6a41-4446-80ba-9c9384f397da .shogun-image-content {
  
    align-items: center;
  
}

#s-5c62cd32-c972-45d8-8af8-9654f9c67fbb {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-586362ec-5abd-4d0d-a689-24c40adee094 {
  margin-left: 10px;
margin-right: 10px;
}

#s-bf27e42e-61a4-4d86-806f-6e03a060b6c0 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-bf27e42e-61a4-4d86-806f-6e03a060b6c0 img.shogun-image {
    
    width: px;
  }


#s-bf27e42e-61a4-4d86-806f-6e03a060b6c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d2abae2-eeca-4b16-bf79-1bb2688456ad {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bc98b9bb-bf5b-4fad-baa2-1b18e6014b5b {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 991px){#s-62f2a924-d24c-4da6-b9c9-b468b4f73e62 {
  display: none;
}
#s-62f2a924-d24c-4da6-b9c9-b468b4f73e62, #wrap-s-62f2a924-d24c-4da6-b9c9-b468b4f73e62 { display:none !important; }}@media (max-width: 767px){#s-62f2a924-d24c-4da6-b9c9-b468b4f73e62 {
  display: none;
}
#s-62f2a924-d24c-4da6-b9c9-b468b4f73e62, #wrap-s-62f2a924-d24c-4da6-b9c9-b468b4f73e62 { display:none !important; }}
@media (min-width: 0px) {
[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-62f2a924-d24c-4da6-b9c9-b468b4f73e62"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e1c79c95-f5f8-475e-a853-f725947cc303 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-e1c79c95-f5f8-475e-a853-f725947cc303 img.shogun-image {
    
    width: px;
  }


#s-e1c79c95-f5f8-475e-a853-f725947cc303 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a0d6130-5d8f-4112-af01-80c6aeba6172 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-69a5657c-2f9c-417a-b1ed-5982389603df {
  margin-left: 10px;
margin-right: 10px;
}

#s-cf00c89f-c130-4415-8c7f-df0ef19aa4d1 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-cf00c89f-c130-4415-8c7f-df0ef19aa4d1 img.shogun-image {
    
    width: px;
  }


#s-cf00c89f-c130-4415-8c7f-df0ef19aa4d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7bb06bf-61f1-4310-8c8d-7ac8eb22e80c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-601ce6e9-3a38-4e83-b275-0f5f603af9b4 {
  margin-left: 10px;
margin-right: 10px;
}

#s-b782a35f-05b4-4291-8362-e90aa3853825 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-b782a35f-05b4-4291-8362-e90aa3853825 img.shogun-image {
    
    width: px;
  }


#s-b782a35f-05b4-4291-8362-e90aa3853825 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4b5960a-4041-4000-a874-c896de728a33 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-41792cdf-f86e-4088-ba4f-35c958f90883 {
  margin-left: 10px;
margin-right: 10px;
}

#s-255828de-c7c6-49f9-95ca-a80c37f41bfa {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-255828de-c7c6-49f9-95ca-a80c37f41bfa {
  display: none;
}
#s-255828de-c7c6-49f9-95ca-a80c37f41bfa, #wrap-s-255828de-c7c6-49f9-95ca-a80c37f41bfa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-255828de-c7c6-49f9-95ca-a80c37f41bfa {
  display: none;
}
#s-255828de-c7c6-49f9-95ca-a80c37f41bfa, #wrap-s-255828de-c7c6-49f9-95ca-a80c37f41bfa { display:none !important; }}
@media (min-width: 0px) {
[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-255828de-c7c6-49f9-95ca-a80c37f41bfa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-67bb9145-bea7-44a5-9792-36066312817f {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-67bb9145-bea7-44a5-9792-36066312817f img.shogun-image {
    
    width: px;
  }


#s-67bb9145-bea7-44a5-9792-36066312817f .shogun-image-content {
  
    align-items: center;
  
}

#s-dfdfcd09-71b8-411f-a4df-d36fee628124 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-98179f6b-b62d-4fa9-ae5e-40c280551c9b {
  margin-left: 10px;
margin-right: 10px;
}

#s-8ab8c7ac-edc4-407b-8a1c-56bd5eb543d0 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-8ab8c7ac-edc4-407b-8a1c-56bd5eb543d0 img.shogun-image {
    
    width: px;
  }


#s-8ab8c7ac-edc4-407b-8a1c-56bd5eb543d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-946198b4-e9f2-40b9-8a3b-46d1d4ba2d3c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b44002cc-c549-49b0-be2b-c6613a323238 {
  margin-left: 10px;
margin-right: 10px;
}

#s-ee72482f-face-44c5-b301-03f50052731e {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-ee72482f-face-44c5-b301-03f50052731e img.shogun-image {
    
    width: px;
  }


#s-ee72482f-face-44c5-b301-03f50052731e .shogun-image-content {
  
    align-items: center;
  
}

#s-b9c8c4d4-83c3-473b-8d6d-db78623b36f4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-efeeed7e-0811-4a0a-a8bc-049435b308c8 {
  margin-left: 10px;
margin-right: 10px;
}

#s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042 {
  display: none;
}
#s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042, #wrap-s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042 {
  display: none;
}
#s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042, #wrap-s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2dff5ee7-62d2-4d3f-855b-1acfdd2a0042"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1971fc02-d011-4260-994c-372c9c1f0529 {
  margin-left: 20px;
margin-right: 20px;
text-align: center;
}




  #s-1971fc02-d011-4260-994c-372c9c1f0529 img.shogun-image {
    
    width: px;
  }


#s-1971fc02-d011-4260-994c-372c9c1f0529 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe1b894e-cbc2-47b7-8975-559b73f4b99e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-60d79ec2-12c2-4ae3-a3b1-71fcba8aee6a {
  margin-left: 10px;
margin-right: 10px;
}

#s-22280fea-9b79-40dc-aafc-3063c7518b94 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-22280fea-9b79-40dc-aafc-3063c7518b94 img.shogun-image {
    
    width: px;
  }


#s-22280fea-9b79-40dc-aafc-3063c7518b94 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d1ab601-a2b8-4995-9734-420aa7b820ef {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-96715cce-7bff-4cbc-9e59-259bc12e36cd {
  margin-left: 10px;
margin-right: 10px;
}

#s-794ba269-5f40-41de-84b5-b4f51a0f2a61 {
  padding-left: 20px;
padding-right: 20px;
text-align: center;
}




  #s-794ba269-5f40-41de-84b5-b4f51a0f2a61 img.shogun-image {
    
    width: px;
  }


#s-794ba269-5f40-41de-84b5-b4f51a0f2a61 .shogun-image-content {
  
    align-items: center;
  
}

#s-17f71132-4623-47ab-acf2-27b8d11600a4 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-64b33727-8771-450b-9e56-aa817af19759 {
  margin-left: 10px;
margin-right: 10px;
}

#s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc {
  background-color: rgba(241, 241, 241, 1);
}

@media (min-width: 0px) {
[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f5b26603-3b85-4f7a-b25c-4f1f773e0ccc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b9f28a01-45d6-4857-91dc-121778213056 {
  text-align: center;
}




  #s-b9f28a01-45d6-4857-91dc-121778213056 img.shogun-image {
    
    width: px;
  }


#s-b9f28a01-45d6-4857-91dc-121778213056 .shogun-image-content {
  
    align-items: center;
  
}

#s-f09d6174-f975-4b4a-816e-78c51336ae06 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-c5d78940-eb7a-4179-b78f-846c9da0d5e8 {
  margin-top: 20px;
margin-left: 50px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-c5d78940-eb7a-4179-b78f-846c9da0d5e8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a900dc67-4766-42e0-aa61-548702ec3f10 {
  margin-left: 50px;
margin-right: 250px;
}
@media (min-width: 1200px){#s-a900dc67-4766-42e0-aa61-548702ec3f10 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a900dc67-4766-42e0-aa61-548702ec3f10 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a900dc67-4766-42e0-aa61-548702ec3f10 {
  
}
}@media (max-width: 767px){#s-a900dc67-4766-42e0-aa61-548702ec3f10 {
  
}
}
#s-a900dc67-4766-42e0-aa61-548702ec3f10 hr {
  border: 0;
  width: 100%;
  border-top: 6px solid rgba(36, 166, 154, 1);
}

#s-19d995c4-0531-4cb8-a7f8-31e2a5de52f3 {
  margin-left: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-19d995c4-0531-4cb8-a7f8-31e2a5de52f3 {
  
}
}
#s-ef41a0c5-4c08-4d51-837f-4b86721a3784 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(241, 241, 241, 1);
}

@media (min-width: 0px) {
[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ef41a0c5-4c08-4d51-837f-4b86721a3784"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c10a672b-1653-4218-9bab-1ea1a00f2443 {
  margin-top: 20px;
margin-left: 50px;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-c10a672b-1653-4218-9bab-1ea1a00f2443 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8957b795-35ed-4eae-9e3f-f123e317eadf {
  margin-left: 50px;
margin-right: 250px;
}
@media (min-width: 1200px){#s-8957b795-35ed-4eae-9e3f-f123e317eadf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8957b795-35ed-4eae-9e3f-f123e317eadf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8957b795-35ed-4eae-9e3f-f123e317eadf {
  
}
}@media (max-width: 767px){#s-8957b795-35ed-4eae-9e3f-f123e317eadf {
  
}
}
#s-8957b795-35ed-4eae-9e3f-f123e317eadf hr {
  border: 0;
  width: 100%;
  border-top: 6px solid rgba(36, 166, 154, 1);
}

#s-c43e9e7c-2b6c-4f54-bf78-407888afffa5 {
  margin-left: 50px;
margin-right: 50px;
}

#s-e25fe309-9e85-457b-9dbc-252f823b9c10 {
  text-align: center;
}




  #s-e25fe309-9e85-457b-9dbc-252f823b9c10 img.shogun-image {
    
    width: px;
  }


#s-e25fe309-9e85-457b-9dbc-252f823b9c10 .shogun-image-content {
  
    align-items: center;
  
}

#s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79 {
  background-color: rgba(241, 241, 241, 1);
}

@media (min-width: 0px) {
[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ccb3c9ef-c4c7-4ebc-8472-a739e3578e79"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-41afa628-bc60-4f9c-8a06-8f04391b10a2 {
  min-height: 50px;
background-color: rgba(241, 231, 200, 1);
}








#s-41afa628-bc60-4f9c-8a06-8f04391b10a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41afa628-bc60-4f9c-8a06-8f04391b10a2.shg-box.shg-c {
  justify-content: center;
}

#s-4f5f408c-b9bd-4339-bf43-a8ad19571475 {
  text-align: center;
}




  #s-4f5f408c-b9bd-4339-bf43-a8ad19571475 img.shogun-image {
    
    width: px;
  }


#s-4f5f408c-b9bd-4339-bf43-a8ad19571475 .shogun-image-content {
  
    align-items: center;
  
}

#s-db4a8422-ea62-4a72-b787-53d4c7273df1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-ce9758f8-d2a9-47cd-9372-364bfd5b1e80 {
  margin-top: 2px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
}

#s-3d583c5b-ff50-4fbc-b173-4ef8ff22dd2f {
  margin-left: 50px;
margin-right: 250px;
}
@media (min-width: 1200px){#s-3d583c5b-ff50-4fbc-b173-4ef8ff22dd2f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d583c5b-ff50-4fbc-b173-4ef8ff22dd2f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d583c5b-ff50-4fbc-b173-4ef8ff22dd2f {
  
}
}@media (max-width: 767px){#s-3d583c5b-ff50-4fbc-b173-4ef8ff22dd2f {
  
}
}
#s-3d583c5b-ff50-4fbc-b173-4ef8ff22dd2f hr {
  border: 0;
  width: 100%;
  border-top: 6px solid rgba(36, 166, 154, 1);
}

#s-9a6b3963-508a-4ee7-959f-ce5f09b26dca {
  margin-left: 50px;
margin-right: 50px;
}
@media (max-width: 767px){#s-9a6b3963-508a-4ee7-959f-ce5f09b26dca {
  
}
}
#s-76ee9e6d-555c-4b03-839b-1adc4750df0d {
  min-height: 50px;
}








#s-76ee9e6d-555c-4b03-839b-1adc4750df0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76ee9e6d-555c-4b03-839b-1adc4750df0d.shg-box.shg-c {
  justify-content: center;
}

#s-17314fcb-07fc-4a4f-a769-568e488ba1c7 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-17314fcb-07fc-4a4f-a769-568e488ba1c7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17314fcb-07fc-4a4f-a769-568e488ba1c7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17314fcb-07fc-4a4f-a769-568e488ba1c7 {
  display: none;
}
#s-17314fcb-07fc-4a4f-a769-568e488ba1c7, #wrap-s-17314fcb-07fc-4a4f-a769-568e488ba1c7 { display:none !important; }}@media (max-width: 767px){#s-17314fcb-07fc-4a4f-a769-568e488ba1c7 {
  display: none;
}
#s-17314fcb-07fc-4a4f-a769-568e488ba1c7, #wrap-s-17314fcb-07fc-4a4f-a769-568e488ba1c7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17314fcb-07fc-4a4f-a769-568e488ba1c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a2eefcfb-7274-4360-a237-9a7c6ed2c056 {
  text-align: center;
opacity: 1;
}




  #s-a2eefcfb-7274-4360-a237-9a7c6ed2c056 img.shogun-image {
    
    width: px;
  }


#s-a2eefcfb-7274-4360-a237-9a7c6ed2c056 .shogun-image-content {
  
    align-items: center;
  
}

#s-81d4d0a8-ef80-4d59-8156-34e2d9749a47 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-81d4d0a8-ef80-4d59-8156-34e2d9749a47 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ecbf4e69-94e6-4760-bdc7-d9a7bcacc79b {
  text-align: center;
opacity: 1;
}




  #s-ecbf4e69-94e6-4760-bdc7-d9a7bcacc79b img.shogun-image {
    
    width: px;
  }


#s-ecbf4e69-94e6-4760-bdc7-d9a7bcacc79b .shogun-image-content {
  
    align-items: center;
  
}

#s-31131ef1-2ed9-4764-b167-397bda1df9f9 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-31131ef1-2ed9-4764-b167-397bda1df9f9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d {
  display: none;
}
#s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d, #wrap-s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d {
  display: none;
}
#s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d, #wrap-s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d { display:none !important; }}
@media (min-width: 0px) {
[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e980487-5b9f-4d61-8eb3-7a16d541ed1d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-90c94662-963b-483f-b6c1-c6465971959c {
  text-align: center;
opacity: 1;
}




  #s-90c94662-963b-483f-b6c1-c6465971959c img.shogun-image {
    
    width: px;
  }


#s-90c94662-963b-483f-b6c1-c6465971959c .shogun-image-content {
  
    align-items: center;
  
}

#s-da009595-72ed-4b57-afcc-95f03ed03ca7 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-da009595-72ed-4b57-afcc-95f03ed03ca7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d948fb1a-a31c-40f9-8cb1-9f1e0a4cf203 {
  text-align: center;
opacity: 1;
}




  #s-d948fb1a-a31c-40f9-8cb1-9f1e0a4cf203 img.shogun-image {
    
    width: px;
  }


#s-d948fb1a-a31c-40f9-8cb1-9f1e0a4cf203 .shogun-image-content {
  
    align-items: center;
  
}

#s-1542c503-0239-4abf-b38a-e7817b8712c8 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1542c503-0239-4abf-b38a-e7817b8712c8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Ubuntu;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2c2b5455-5c89-4118-b6dc-8e9e30b6830e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-d8613d69-730d-493d-befb-ce417458944f {
  border-style: solid;
margin-top: -1px;
margin-bottom: -1px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
background-color: rgba(36, 166, 154, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d8613d69-730d-493d-befb-ce417458944f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d8613d69-730d-493d-befb-ce417458944f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d8613d69-730d-493d-befb-ce417458944f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Ubuntu;
  display:  inline-block ;
}

#s-ca773105-8739-463d-811b-cbbaf119da9f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-564161d2-e5d5-48b2-b19b-1006a244aa22 {
  background-color: rgba(231, 231, 231, 1);
}
@media (max-width: 767px){#s-564161d2-e5d5-48b2-b19b-1006a244aa22 {
  display: none;
}
#s-564161d2-e5d5-48b2-b19b-1006a244aa22, #wrap-s-564161d2-e5d5-48b2-b19b-1006a244aa22 { display:none !important; }}
@media (min-width: 0px) {
[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-564161d2-e5d5-48b2-b19b-1006a244aa22"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b1154e0c-c823-4559-a52b-637dde52ef44 {
  margin-left: 20px;
margin-right: 0px;
}

#s-de5cd9c9-040d-47df-a88e-4428c6961c75 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 3px;
background-color: #252525;
text-align: right;
text-decoration: none;
}
#s-de5cd9c9-040d-47df-a88e-4428c6961c75:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de5cd9c9-040d-47df-a88e-4428c6961c75:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-de5cd9c9-040d-47df-a88e-4428c6961c75-btn-wrapper {
    text-align: right;
  }


#s-de5cd9c9-040d-47df-a88e-4428c6961c75.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Ubuntu;
  display:  inline-block ;
}

#s-a29312e0-bfb7-48d3-8b57-6b7a7abadd1e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-e19c611b-0e43-4d83-83d3-f32ff77dd044 {
  margin-right: 49px;
}

#s-a34262ee-8fe1-4495-8b27-63fff6afa29f {
  border-style: solid;
margin-top: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 3px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-a34262ee-8fe1-4495-8b27-63fff6afa29f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a34262ee-8fe1-4495-8b27-63fff6afa29f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a34262ee-8fe1-4495-8b27-63fff6afa29f-btn-wrapper {
    text-align: left;
  }


#s-a34262ee-8fe1-4495-8b27-63fff6afa29f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Ubuntu;
  display:  inline-block ;
}

#s-e9c399f6-3732-4de3-bd46-f24a652702d0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305 {
  background-color: rgba(231, 231, 231, 1);
}
@media (min-width: 1200px){#s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305 {
  display: none;
}
#s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305, #wrap-s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305 {
  display: none;
}
#s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305, #wrap-s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305 {
  display: none;
}
#s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305, #wrap-s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305 { display:none !important; }}@media (max-width: 767px){#s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305 {
  
}
}
@media (min-width: 0px) {
[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f3e3aa32-55f2-406f-9e4c-3d7dc0825305"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e4897b31-0ff1-41ed-af4e-3a2c6b9f8631 {
  margin-left: 20px;
margin-right: 20px;
}

#s-3e39b444-8dbd-4f94-9ca5-b14b58b743ab {
  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-3e39b444-8dbd-4f94-9ca5-b14b58b743ab:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3e39b444-8dbd-4f94-9ca5-b14b58b743ab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3e39b444-8dbd-4f94-9ca5-b14b58b743ab-btn-wrapper {
    text-align: center;
  }


#s-3e39b444-8dbd-4f94-9ca5-b14b58b743ab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Ubuntu;
  display:  inline-block ;
}

#s-140a0e70-2094-4ae5-9cb6-21358e1e764f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-d75f6f05-a198-4bf3-aa2c-926a4e5f4664 {
  margin-left: 20px;
margin-right: 20px;
}

#s-aebeb07c-08f4-40a7-b411-ddb288f9665c {
  margin-top: 0px;
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-aebeb07c-08f4-40a7-b411-ddb288f9665c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aebeb07c-08f4-40a7-b411-ddb288f9665c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aebeb07c-08f4-40a7-b411-ddb288f9665c-btn-wrapper {
    text-align: center;
  }


#s-aebeb07c-08f4-40a7-b411-ddb288f9665c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Ubuntu;
  display:  inline-block ;
}

#s-a24c9847-ca12-49e2-aa99-1372c78514ed hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
