.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-9818008f-2076-4f6e-8fdb-1f48387d403d {
  min-height: 50px;
}








#s-9818008f-2076-4f6e-8fdb-1f48387d403d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9818008f-2076-4f6e-8fdb-1f48387d403d.shg-box.shg-c {
  justify-content: center;
}

#s-3da29f31-e004-4bb7-9409-7649fa081d47 {
  min-height: 50px;
}








#s-3da29f31-e004-4bb7-9409-7649fa081d47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3da29f31-e004-4bb7-9409-7649fa081d47.shg-box.shg-c {
  justify-content: 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-a19a8483-7613-4076-8d70-3dd0c16cb08e {
  padding-top: 10px;
background-color: rgba(247, 138, 0, 1);
}

#s-21e5902d-1f34-49a1-a03c-59a304cb96b4 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-21e5902d-1f34-49a1-a03c-59a304cb96b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21e5902d-1f34-49a1-a03c-59a304cb96b4.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;
}

#s-b634a77d-d638-4ff5-abca-2a5ebf0004a3 {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b634a77d-d638-4ff5-abca-2a5ebf0004a3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.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-d5ae7296-3c18-4605-a70f-8562c90648c8 {
  margin-left: 30px;
max-width: 300px;
text-align: center;
}




  #s-d5ae7296-3c18-4605-a70f-8562c90648c8 img.shogun-image {
    
    width: px;
  }


#s-d5ae7296-3c18-4605-a70f-8562c90648c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd2ea875-f37f-490b-8b12-a9ce9aee6ee3 {
  text-align: right;
}




  #s-fd2ea875-f37f-490b-8b12-a9ce9aee6ee3 img.shogun-image {
    
    width: px;
  }


#s-fd2ea875-f37f-490b-8b12-a9ce9aee6ee3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 992px) and (max-width: 1199px){#s-ef2af6ba-6b08-4559-a0ae-034babc6d45d {
  
}
}@media (max-width: 767px){#s-ef2af6ba-6b08-4559-a0ae-034babc6d45d {
  
}
}
#s-ef2af6ba-6b08-4559-a0ae-034babc6d45d {
  display: none;
}
#s-a9d633f9-8293-4021-8a0c-8bd583c0a077 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-a9d633f9-8293-4021-8a0c-8bd583c0a077 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9d633f9-8293-4021-8a0c-8bd583c0a077.shg-box.shg-c {
  justify-content: center;
}

#s-59185ce7-8499-463d-94ed-323fe9afa8c8 {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-59185ce7-8499-463d-94ed-323fe9afa8c8 {
  display: none;
}
#s-59185ce7-8499-463d-94ed-323fe9afa8c8, #wrap-s-59185ce7-8499-463d-94ed-323fe9afa8c8 { display:none !important; }}@media (max-width: 767px){#s-59185ce7-8499-463d-94ed-323fe9afa8c8 {
  display: none;
}
#s-59185ce7-8499-463d-94ed-323fe9afa8c8, #wrap-s-59185ce7-8499-463d-94ed-323fe9afa8c8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 768px) {
[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-59185ce7-8499-463d-94ed-323fe9afa8c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-d3bbfc93-4a54-486e-9ca3-a0bc4e326f77 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3f25a169-b564-4019-923c-8986d02e06f2 {
  text-align: center;
}




  #s-3f25a169-b564-4019-923c-8986d02e06f2 img.shogun-image {
    
    width: px;
  }


#s-3f25a169-b564-4019-923c-8986d02e06f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd68d70f-553c-47a4-a367-c7b680dd88f4 {
  text-align: center;
}




  #s-dd68d70f-553c-47a4-a367-c7b680dd88f4 img.shogun-image {
    
    width: px;
  }


#s-dd68d70f-553c-47a4-a367-c7b680dd88f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-61d6cf06-d146-4c58-a241-70299dae2864 {
  text-align: center;
}




  #s-61d6cf06-d146-4c58-a241-70299dae2864 img.shogun-image {
    
    width: px;
  }


#s-61d6cf06-d146-4c58-a241-70299dae2864 .shogun-image-content {
  
    align-items: center;
  
}

#s-05a6f9df-b597-4c3d-9834-46877fae9a21 {
  text-align: center;
}




  #s-05a6f9df-b597-4c3d-9834-46877fae9a21 img.shogun-image {
    
    width: px;
  }


#s-05a6f9df-b597-4c3d-9834-46877fae9a21 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9f01d73-44eb-4c95-adf9-fa2c365b5727 {
  text-align: center;
}




  #s-e9f01d73-44eb-4c95-adf9-fa2c365b5727 img.shogun-image {
    
    width: px;
  }


#s-e9f01d73-44eb-4c95-adf9-fa2c365b5727 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a3ba20a-b064-499e-8ce7-624b3b6c8b9c {
  text-align: center;
}




  #s-7a3ba20a-b064-499e-8ce7-624b3b6c8b9c img.shogun-image {
    
    width: px;
  }


#s-7a3ba20a-b064-499e-8ce7-624b3b6c8b9c .shogun-image-content {
  
    align-items: center;
  
}

#s-d6a387ec-5a53-46ce-a171-cea4a1ef3563 {
  text-align: center;
}




  #s-d6a387ec-5a53-46ce-a171-cea4a1ef3563 img.shogun-image {
    
    width: px;
  }


#s-d6a387ec-5a53-46ce-a171-cea4a1ef3563 .shogun-image-content {
  
    align-items: center;
  
}

#s-263800ea-6ca5-4dbc-bc95-ba07f0cac395 {
  text-align: center;
}




  #s-263800ea-6ca5-4dbc-bc95-ba07f0cac395 img.shogun-image {
    
    width: px;
  }


#s-263800ea-6ca5-4dbc-bc95-ba07f0cac395 .shogun-image-content {
  
    align-items: center;
  
}

#s-e92a96ce-b41e-473f-8c10-7b5f90a823ac {
  text-align: center;
}




  #s-e92a96ce-b41e-473f-8c10-7b5f90a823ac img.shogun-image {
    
    width: px;
  }


#s-e92a96ce-b41e-473f-8c10-7b5f90a823ac .shogun-image-content {
  
    align-items: center;
  
}

#s-4825280e-36f3-4b73-849a-ebc89a78b261 {
  text-align: center;
}




  #s-4825280e-36f3-4b73-849a-ebc89a78b261 img.shogun-image {
    
    width: px;
  }


#s-4825280e-36f3-4b73-849a-ebc89a78b261 .shogun-image-content {
  
    align-items: center;
  
}

#s-d084e887-14cd-49c7-b0bb-71c1598db708 {
  text-align: center;
}




  #s-d084e887-14cd-49c7-b0bb-71c1598db708 img.shogun-image {
    
    width: px;
  }


#s-d084e887-14cd-49c7-b0bb-71c1598db708 .shogun-image-content {
  
    align-items: center;
  
}

#s-44d9ca2d-2fb4-45f4-8928-62018376e222 {
  text-align: center;
}




  #s-44d9ca2d-2fb4-45f4-8928-62018376e222 img.shogun-image {
    
    width: px;
  }


#s-44d9ca2d-2fb4-45f4-8928-62018376e222 .shogun-image-content {
  
    align-items: center;
  
}

#s-58109d11-f61c-46ec-85fd-ab456cac13ff {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-58109d11-f61c-46ec-85fd-ab456cac13ff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-daa6d404-48ed-4cfe-9586-d99a6e793587 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 76px;
text-align: center;
}




  #s-daa6d404-48ed-4cfe-9586-d99a6e793587 img.shogun-image {
    
    width: px;
  }


#s-daa6d404-48ed-4cfe-9586-d99a6e793587 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-afe5b6bc-658b-4c76-b6ee-9b4f306b8940"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-f588454d-a7be-40b1-a9b9-9984ff5d2ab9 {
  box-shadow:0px 0px 0px 0px ;
max-width: 100px;
text-align: center;
}




  #s-f588454d-a7be-40b1-a9b9-9984ff5d2ab9 img.shogun-image {
    
    width: px;
  }


#s-f588454d-a7be-40b1-a9b9-9984ff5d2ab9 .shogun-image-content {
  
    align-items: center;
  
}

.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-5e6c1364-b3f1-4aee-84d8-65f9c62e7cd6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5e6c1364-b3f1-4aee-84d8-65f9c62e7cd6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: a_n8;
  font-style:   ;
  font-size: 32px;
}

@media (min-width: 0px) {
[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-1078bfd4-030b-4a9d-b963-cc0616dfa711"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.0px);
}

}

#s-87e47205-aa8f-4914-a902-651e15573296 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-47b07c75-51f2-4d59-abeb-8b127fb8c414 {
  border-style: solid;
margin-top: 0.3em;
margin-left: 10px;
margin-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f89bf26e-6a60-4e52-80d4-90e38db55c38"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-92925504-9140-4714-80e0-62f9a754070f .shogun-icon-wrapper {
  text-align: center;
}


#s-92925504-9140-4714-80e0-62f9a754070f .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(75, 206, 140, 1);
}

@media (min-width: 0px) {
[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a3e1e679-15d4-47b7-a4e4-65fc216e525f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bd38a4fd-c1cd-4eb2-bc6b-c2b340dd14f7 .shogun-icon-wrapper {
  text-align: center;
}


#s-bd38a4fd-c1cd-4eb2-bc6b-c2b340dd14f7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(75, 206, 140, 1);
}

@media (min-width: 0px) {
[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cddcf407-b238-4043-9198-3a6511c25ff7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-73433522-8fc2-4a8c-a4f6-3029b63241f1 .shogun-icon-wrapper {
  text-align: center;
}


#s-73433522-8fc2-4a8c-a4f6-3029b63241f1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(75, 206, 140, 1);
}

@media (min-width: 0px) {
[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4829e94b-3aba-41d2-ae67-676b050fea7d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-11328c0b-1ca8-45fc-aac9-751e66a6d134 .shogun-icon-wrapper {
  text-align: center;
}


#s-11328c0b-1ca8-45fc-aac9-751e66a6d134 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(75, 206, 140, 1);
}

@media (min-width: 0px) {
[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aae92f62-218d-4a09-9491-6ac4856a6bbb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-23cb96fd-3977-4995-959a-9077a87ca661 .shogun-icon-wrapper {
  text-align: center;
}


#s-23cb96fd-3977-4995-959a-9077a87ca661 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(75, 206, 140, 1);
}

@media (min-width: 0px) {
[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db95bae2-252c-4de1-b83b-14dc4266eb88"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c80b72ea-52b4-4449-9e88-732e18834457 .shogun-icon-wrapper {
  text-align: center;
}


#s-c80b72ea-52b4-4449-9e88-732e18834457 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(75, 206, 140, 1);
}

#s-6f06b075-e6cb-49e1-8684-cc80605ee1b4 {
  margin-top: 1em;
}

@media (min-width: 0px) {
[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6f06b075-e6cb-49e1-8684-cc80605ee1b4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e2da653e-fb1e-4239-95c2-bb4300187d82 {
  margin-left: 25px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7232888a-2a13-4666-85e1-fd3e34048d95"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2e079bb0-f8d5-4aff-b7ea-abaa3a81c48e {
  text-align: left;
}

#s-2e079bb0-f8d5-4aff-b7ea-abaa3a81c48e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2e079bb0-f8d5-4aff-b7ea-abaa3a81c48e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2e079bb0-f8d5-4aff-b7ea-abaa3a81c48e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2e079bb0-f8d5-4aff-b7ea-abaa3a81c48e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-caf7ff06-982b-4101-a96a-b75ccdcf35d2 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-caf7ff06-982b-4101-a96a-b75ccdcf35d2 .shg-product-quantity-wrapper {
  display: flex;
}

#s-caf7ff06-982b-4101-a96a-b75ccdcf35d2 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-caf7ff06-982b-4101-a96a-b75ccdcf35d2 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-caf7ff06-982b-4101-a96a-b75ccdcf35d2 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-caf7ff06-982b-4101-a96a-b75ccdcf35d2 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-0e49390c-4dbd-4188-a8f7-7c8642e2f1b4 {
  box-shadow:1px 3px 1px 1px rgba(39, 147, 47, 1);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 182, 82, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-0e49390c-4dbd-4188-a8f7-7c8642e2f1b4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0e49390c-4dbd-4188-a8f7-7c8642e2f1b4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0e49390c-4dbd-4188-a8f7-7c8642e2f1b4 {
  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-0e49390c-4dbd-4188-a8f7-7c8642e2f1b4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0e49390c-4dbd-4188-a8f7-7c8642e2f1b4.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  
  display:  block ;
}

#s-0e49390c-4dbd-4188-a8f7-7c8642e2f1b4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-572289b6-7289-4907-8a0d-f251abf22785 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}








#s-572289b6-7289-4907-8a0d-f251abf22785 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-572289b6-7289-4907-8a0d-f251abf22785.shg-box.shg-c {
  justify-content: center;
}

#s-dd2bb08f-0c09-4b36-92d2-85fe3c063770 {
  margin-top: 0em;
margin-bottom: 0em;
}

#s-9cdff1ac-8dc7-45c4-bee7-47858ec9b57b {
  margin-top: 1em;
margin-bottom: 1em;
}

#s-fbb2f26a-8212-4dde-827a-10e5df21cf76 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: center;
}




  #s-fbb2f26a-8212-4dde-827a-10e5df21cf76 img.shogun-image {
    
    width: px;
  }


#s-fbb2f26a-8212-4dde-827a-10e5df21cf76 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-17296b8a-5e39-452f-908f-e4268f8f4971 {
  display: none;
}
#s-17296b8a-5e39-452f-908f-e4268f8f4971, #wrap-s-17296b8a-5e39-452f-908f-e4268f8f4971 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17296b8a-5e39-452f-908f-e4268f8f4971 {
  display: none;
}
#s-17296b8a-5e39-452f-908f-e4268f8f4971, #wrap-s-17296b8a-5e39-452f-908f-e4268f8f4971 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17296b8a-5e39-452f-908f-e4268f8f4971 {
  
}
}@media (max-width: 767px){#s-17296b8a-5e39-452f-908f-e4268f8f4971 {
  
}
}
@media (min-width: 0px) {
[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 40.0px);
}

[id="s-17296b8a-5e39-452f-908f-e4268f8f4971"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 40.0px);
}

}

#s-c3047e94-8dba-46da-a1df-db39062116a4 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
}

#s-2ba8e59a-b44d-4714-8ffe-295a10cc3dd6 {
  text-align: center;
}




  #s-2ba8e59a-b44d-4714-8ffe-295a10cc3dd6 img.shogun-image {
    
    width: px;
  }


#s-2ba8e59a-b44d-4714-8ffe-295a10cc3dd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-356ea17b-1791-4b95-a16f-09134d56ab3a {
  text-align: center;
}




  #s-356ea17b-1791-4b95-a16f-09134d56ab3a img.shogun-image {
    
    width: px;
  }


#s-356ea17b-1791-4b95-a16f-09134d56ab3a .shogun-image-content {
  
    align-items: center;
  
}

#s-c12ca226-1b4e-4481-8160-80cb31eea111 {
  text-align: center;
}




  #s-c12ca226-1b4e-4481-8160-80cb31eea111 img.shogun-image {
    
    width: px;
  }


#s-c12ca226-1b4e-4481-8160-80cb31eea111 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7a9ad24-0775-4f60-97b0-6ad7e5ffac9d {
  text-align: center;
}




  #s-a7a9ad24-0775-4f60-97b0-6ad7e5ffac9d img.shogun-image {
    
    width: px;
  }


#s-a7a9ad24-0775-4f60-97b0-6ad7e5ffac9d .shogun-image-content {
  
    align-items: center;
  
}

#s-fbe88978-b7c1-4745-81d5-6e03d14c8f4a {
  text-align: center;
}




  #s-fbe88978-b7c1-4745-81d5-6e03d14c8f4a img.shogun-image {
    
    width: px;
  }


#s-fbe88978-b7c1-4745-81d5-6e03d14c8f4a .shogun-image-content {
  
    align-items: center;
  
}

#s-09f61d6e-22c3-4a81-87ce-80b1f3aa3503 {
  text-align: center;
}




  #s-09f61d6e-22c3-4a81-87ce-80b1f3aa3503 img.shogun-image {
    
    width: px;
  }


#s-09f61d6e-22c3-4a81-87ce-80b1f3aa3503 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b82d778-e417-4510-9835-6d342d2a916e {
  text-align: center;
}




  #s-9b82d778-e417-4510-9835-6d342d2a916e img.shogun-image {
    
    width: px;
  }


#s-9b82d778-e417-4510-9835-6d342d2a916e .shogun-image-content {
  
    align-items: center;
  
}

#s-2976b698-629d-4a88-97b9-9bd530cee1e0 {
  text-align: center;
}




  #s-2976b698-629d-4a88-97b9-9bd530cee1e0 img.shogun-image {
    
    width: px;
  }


#s-2976b698-629d-4a88-97b9-9bd530cee1e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d39f350-c3a9-4014-be40-2c58a7b72c89 {
  text-align: center;
}




  #s-5d39f350-c3a9-4014-be40-2c58a7b72c89 img.shogun-image {
    
    width: px;
  }


#s-5d39f350-c3a9-4014-be40-2c58a7b72c89 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b493f52-b856-4c9b-88fd-25ff5c5b6451 {
  text-align: center;
}




  #s-0b493f52-b856-4c9b-88fd-25ff5c5b6451 img.shogun-image {
    
    width: px;
  }


#s-0b493f52-b856-4c9b-88fd-25ff5c5b6451 .shogun-image-content {
  
    align-items: center;
  
}

#s-43d4da6d-6a0e-418e-8ba2-4481c57ef42c {
  text-align: center;
}




  #s-43d4da6d-6a0e-418e-8ba2-4481c57ef42c img.shogun-image {
    
    width: px;
  }


#s-43d4da6d-6a0e-418e-8ba2-4481c57ef42c .shogun-image-content {
  
    align-items: center;
  
}

#s-fffbf42f-c585-4815-8d66-a802f904eb62 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}




  #s-fffbf42f-c585-4815-8d66-a802f904eb62 img.shogun-image {
    
    width: px;
  }


#s-fffbf42f-c585-4815-8d66-a802f904eb62 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7dc2050-e696-4407-ab89-d2bfd30080c9 {
  min-height: 50px;
}








#s-d7dc2050-e696-4407-ab89-d2bfd30080c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7dc2050-e696-4407-ab89-d2bfd30080c9.shg-box.shg-c {
  justify-content: center;
}

#s-2bd6ac9d-bcfb-405f-82b4-22d49192bc57 {
  margin-top: 10px;
}

#s-e48f7f77-ed30-4193-bd62-c665e93d4723 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e48f7f77-ed30-4193-bd62-c665e93d4723 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: a_n8;
  font-style:   ;
  font-size: 24px;
}

#s-893f0768-e244-4f2c-b18f-39b165997678 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-ddb3fa70-820b-4b7a-8af4-7377cfd40bf4 {
  text-align: center;
}

#s-ddb3fa70-820b-4b7a-8af4-7377cfd40bf4 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ddb3fa70-820b-4b7a-8af4-7377cfd40bf4 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ddb3fa70-820b-4b7a-8af4-7377cfd40bf4 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ddb3fa70-820b-4b7a-8af4-7377cfd40bf4 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-1fb677d8-84a6-4b2a-b2b4-dc6f280ad586 {
  box-shadow:1px 3px 1px 1px rgba(39, 147, 47, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 182, 82, 1);
}

#s-129b3a75-4e98-4a1a-b438-eb289133eccc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}








#s-129b3a75-4e98-4a1a-b438-eb289133eccc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-129b3a75-4e98-4a1a-b438-eb289133eccc.shg-box.shg-c {
  justify-content: center;
}

#s-8f68701c-04cd-46f1-9a7a-3ec7302719c3 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 709px;
text-align: center;
}




  #s-8f68701c-04cd-46f1-9a7a-3ec7302719c3 img.shogun-image {
    
    width: px;
  }


#s-8f68701c-04cd-46f1-9a7a-3ec7302719c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1550407-9a98-4f84-b08a-136fbe64981a {
  margin-top: 40px;
min-height: 50px;
}








#s-a1550407-9a98-4f84-b08a-136fbe64981a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1550407-9a98-4f84-b08a-136fbe64981a.shg-box.shg-c {
  justify-content: center;
}

#s-384bb3ab-8a0c-4795-9fc4-5c062c1caf0a {
  margin-top: 60px;
min-height: 50px;
}
@media (max-width: 767px){#s-384bb3ab-8a0c-4795-9fc4-5c062c1caf0a {
  display: none;
}
#s-384bb3ab-8a0c-4795-9fc4-5c062c1caf0a, #wrap-s-384bb3ab-8a0c-4795-9fc4-5c062c1caf0a { display:none !important; }}







#s-384bb3ab-8a0c-4795-9fc4-5c062c1caf0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-384bb3ab-8a0c-4795-9fc4-5c062c1caf0a.shg-box.shg-c {
  justify-content: 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-55b2d0c6-45ed-4c03-8ef5-0d09f8717de5 {
  margin-top: 80px;
margin-bottom: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55b2d0c6-45ed-4c03-8ef5-0d09f8717de5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f5428555-4bbd-4561-bc91-04c4e084457a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-12bf2625-cc71-418c-aee5-52903522b80f {
  margin-top: 20px;
margin-bottom: 20px;
text-align: right;
}




  #s-12bf2625-cc71-418c-aee5-52903522b80f img.shogun-image {
    
    width: px;
  }


#s-12bf2625-cc71-418c-aee5-52903522b80f .shogun-image-content {
  
    align-items: center;
  
}

#s-53ba59e1-396e-415c-93ce-db0cbd450a0b {
  margin-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-53ba59e1-396e-415c-93ce-db0cbd450a0b .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: a_n8;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f27e2d65-5712-4590-add6-af0fc36ad92c {
  margin-left: 20px;
}

@media (min-width: 0px) {
[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ef1cbaa5-cdc2-47fe-bfe3-76e208069fdd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-45c6da92-5bc2-48ba-a9ed-09896287e611 .shogun-icon-wrapper {
  text-align: center;
}


#s-45c6da92-5bc2-48ba-a9ed-09896287e611 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(75, 206, 140, 1);
}

@media (min-width: 0px) {
[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d8db671a-3247-451a-86de-98887d7cfa6c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f5d2516e-0528-4256-8143-e2fdadfe4afd .shogun-icon-wrapper {
  text-align: center;
}


#s-f5d2516e-0528-4256-8143-e2fdadfe4afd .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(75, 206, 140, 1);
}

@media (min-width: 0px) {
[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-20388ddf-19f0-4f8f-813f-6eb3f601cefc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c72310be-8232-43c3-8516-717a425f0f3d .shogun-icon-wrapper {
  text-align: center;
}


#s-c72310be-8232-43c3-8516-717a425f0f3d .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(75, 206, 140, 1);
}

@media (min-width: 0px) {
[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8d906edd-cdfa-45cd-ada6-3e1bcddf898f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-10845c9f-ec07-4334-a356-4d2c8f044a75 .shogun-icon-wrapper {
  text-align: center;
}


#s-10845c9f-ec07-4334-a356-4d2c8f044a75 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(75, 206, 140, 1);
}

@media (min-width: 0px) {
[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-00d21c5a-d1a6-4a89-bb03-27afda230fe2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1f8552bf-9eb1-44f6-be12-fc44c406df79 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: right;
}




  #s-1f8552bf-9eb1-44f6-be12-fc44c406df79 img.shogun-image {
    
    width: px;
  }


#s-1f8552bf-9eb1-44f6-be12-fc44c406df79 .shogun-image-content {
  
    align-items: center;
  
}

#s-b30c38d9-9ac7-4dbd-86b8-675234fbfc03 {
  margin-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b30c38d9-9ac7-4dbd-86b8-675234fbfc03 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: a_n8;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3c08c4a4-ecb6-4d9a-8c08-e49ce83dc574 {
  margin-left: 20px;
}

@media (min-width: 0px) {
[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-051f5b4b-bd46-4cd4-8826-69bad9d3ce3b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8dcb2af5-82c3-4ad5-b0e8-8781fca0c083 .shogun-icon-wrapper {
  text-align: center;
}


#s-8dcb2af5-82c3-4ad5-b0e8-8781fca0c083 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(75, 206, 140, 1);
}

@media (min-width: 0px) {
[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-247c55f4-467e-4b7b-bed9-202792841c42"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-22835192-efc0-42e6-9dbb-01f460f5dc71 .shogun-icon-wrapper {
  text-align: center;
}


#s-22835192-efc0-42e6-9dbb-01f460f5dc71 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(75, 206, 140, 1);
}

@media (min-width: 0px) {
[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a91e5731-331e-460b-ac85-751fad854f0e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-98cae62b-8a1e-47fc-8af2-6575af44b23e .shogun-icon-wrapper {
  text-align: center;
}


#s-98cae62b-8a1e-47fc-8af2-6575af44b23e .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(75, 206, 140, 1);
}

@media (min-width: 0px) {
[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d67833f7-a89d-4a9a-8ed3-7552ea395424"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4d45fa78-7f9e-4fbe-9252-7882eba63cd2 .shogun-icon-wrapper {
  text-align: center;
}


#s-4d45fa78-7f9e-4fbe-9252-7882eba63cd2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(75, 206, 140, 1);
}

#s-bf9401af-de38-4914-ba31-a53bde143aa6 {
  margin-top: 60px;
min-height: 50px;
}
@media (min-width: 1200px){#s-bf9401af-de38-4914-ba31-a53bde143aa6 {
  display: none;
}
#s-bf9401af-de38-4914-ba31-a53bde143aa6, #wrap-s-bf9401af-de38-4914-ba31-a53bde143aa6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf9401af-de38-4914-ba31-a53bde143aa6 {
  display: none;
}
#s-bf9401af-de38-4914-ba31-a53bde143aa6, #wrap-s-bf9401af-de38-4914-ba31-a53bde143aa6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf9401af-de38-4914-ba31-a53bde143aa6 {
  display: none;
}
#s-bf9401af-de38-4914-ba31-a53bde143aa6, #wrap-s-bf9401af-de38-4914-ba31-a53bde143aa6 { display:none !important; }}







#s-bf9401af-de38-4914-ba31-a53bde143aa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf9401af-de38-4914-ba31-a53bde143aa6.shg-box.shg-c {
  justify-content: center;
}

#s-1e002a2c-72b6-498c-ac94-f4630c482a1f {
  margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e002a2c-72b6-498c-ac94-f4630c482a1f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1209778b-6501-4fac-bb0d-1e7a85bddb02"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cc06dc99-c13b-4a59-8801-7b19a3dbcc08 {
  text-align: center;
}




  #s-cc06dc99-c13b-4a59-8801-7b19a3dbcc08 img.shogun-image {
    
    width: px;
  }


#s-cc06dc99-c13b-4a59-8801-7b19a3dbcc08 .shogun-image-content {
  
    align-items: center;
  
}

#s-707cb259-4d01-44a4-a7b6-1157a959f32d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-707cb259-4d01-44a4-a7b6-1157a959f32d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: a_n8;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e8e84fef-b22e-4df5-aa16-36b53b762930 {
  margin-left: 20px;
}

#s-07d46f86-f3bf-4dbe-a551-1324803b1076 {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
}

#s-2890cc60-0825-43a6-951f-2097d378f517 {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
}

#s-b07bf600-c942-45f4-9287-785ce66c0c57 {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
}

#s-1c14c957-85e6-49f5-84a1-8054d26f7e4d {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
}

@media (min-width: 0px) {
[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-175f4f8d-3427-4122-8e08-b02c228bd884"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c7e06373-4162-4616-a2c6-c0182c05105b {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-c7e06373-4162-4616-a2c6-c0182c05105b img.shogun-image {
    
    width: px;
  }


#s-c7e06373-4162-4616-a2c6-c0182c05105b .shogun-image-content {
  
    align-items: center;
  
}

#s-2573f734-caf5-4408-b2b0-6fd269a22ecb {
  margin-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2573f734-caf5-4408-b2b0-6fd269a22ecb .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: a_n8;
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c1c85541-dfc8-48b6-a056-7c15dc37ab7b {
  margin-left: auto;
margin-right: auto;
}

#s-e9237ba9-c0f5-4558-ae5e-0d81407416e7 {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
}

#s-cd060d47-1d70-4b16-ad16-8b04ff8b3882 {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
}

#s-2e09ae97-4e05-4350-b217-c66e4b1fc115 {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
}

#s-f8290703-73fb-408e-86ef-56cde20e8b20 {
  margin-left: auto;
margin-right: auto;
max-width: 370px;
}

#s-19416790-6b46-47c6-9d9a-daa3be1686e9 {
  min-height: 50px;
}








#s-19416790-6b46-47c6-9d9a-daa3be1686e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19416790-6b46-47c6-9d9a-daa3be1686e9.shg-box.shg-c {
  justify-content: center;
}

#s-adb1c0fc-3047-4c78-aa7b-f8f499367525 {
  display: none;
}
#s-09d0c3e7-9610-4a7a-97ed-5e14dbe70e7f {
  text-align: center;
}

#s-09d0c3e7-9610-4a7a-97ed-5e14dbe70e7f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-09d0c3e7-9610-4a7a-97ed-5e14dbe70e7f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-09d0c3e7-9610-4a7a-97ed-5e14dbe70e7f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-09d0c3e7-9610-4a7a-97ed-5e14dbe70e7f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-b857b398-b259-469b-8a09-634ecad0c336 {
  box-shadow:1px 3px 1px 1px rgba(39, 147, 47, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 182, 82, 1);
}

#s-2213567c-6ebd-43ab-b9c4-17d01085245e {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 709px;
text-align: center;
}




  #s-2213567c-6ebd-43ab-b9c4-17d01085245e img.shogun-image {
    
    width: px;
  }


#s-2213567c-6ebd-43ab-b9c4-17d01085245e .shogun-image-content {
  
    align-items: center;
  
}

#s-b5d3237e-0698-42c5-b509-37840d8d1415 {
  border-style: solid;
margin-top: 70px;
margin-bottom: 70px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 255, 95, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-b5d3237e-0698-42c5-b509-37840d8d1415 {
  display: none;
}
#s-b5d3237e-0698-42c5-b509-37840d8d1415, #wrap-s-b5d3237e-0698-42c5-b509-37840d8d1415 { display:none !important; }}







#s-b5d3237e-0698-42c5-b509-37840d8d1415 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5d3237e-0698-42c5-b509-37840d8d1415.shg-box.shg-c {
  justify-content: center;
}

#s-eab965e7-f5ba-4f0f-af2b-6605ce07329e {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1000px;
text-align: center;
}

#s-eab965e7-f5ba-4f0f-af2b-6605ce07329e {
  display: none;
}
#s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8802cf66-a6f5-4825-a7aa-be8edc8bf3ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ee036743-16a8-4543-9aac-0bb533fa5662 {
  margin-top: 15px;
margin-bottom: 0px;
}

#s-619b076f-acbd-4975-842e-1eed7e1a7b3e {
  margin-top: 15px;
margin-bottom: 0px;
}

#s-afdceeea-b079-424a-911a-b9c542d20395 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 182, 82, 1);
border-style: solid;
border-radius: 10px;
max-width: 690px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-afdceeea-b079-424a-911a-b9c542d20395 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-afdceeea-b079-424a-911a-b9c542d20395 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-afdceeea-b079-424a-911a-b9c542d20395 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-afdceeea-b079-424a-911a-b9c542d20395 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-58ee4aa9-544b-4529-a50b-42aa06388549 {
  box-shadow:1px 3px 1px 1px rgba(39, 147, 47, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 182, 82, 1);
}

#s-5f326a40-7283-477c-ab8d-72a7379d755e {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 450px;
}

@media (min-width: 0px) {
[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5f326a40-7283-477c-ab8d-72a7379d755e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-3cfccdf2-3c01-462e-b276-76895581fc17 {
  box-shadow:0px 0px 0px 0px ;
max-width: 200px;
text-align: center;
}




  #s-3cfccdf2-3c01-462e-b276-76895581fc17 img.shogun-image {
    
    width: px;
  }


#s-3cfccdf2-3c01-462e-b276-76895581fc17 .shogun-image-content {
  
    align-items: center;
  
}

#s-eddc769a-7659-4c97-865b-8ffe455b7384 {
  margin-top: 0px;
margin-bottom: -20px;
}

#s-6d8c12c7-afd9-4e2d-9312-98395ba453ec {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}




  #s-6d8c12c7-afd9-4e2d-9312-98395ba453ec img.shogun-image {
    
    width: px;
  }


#s-6d8c12c7-afd9-4e2d-9312-98395ba453ec .shogun-image-content {
  
    align-items: center;
  
}

#s-45874fc3-bd28-4454-aca3-197ba6dc3b89 {
  min-height: 50px;
}








#s-45874fc3-bd28-4454-aca3-197ba6dc3b89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45874fc3-bd28-4454-aca3-197ba6dc3b89.shg-box.shg-c {
  justify-content: center;
}

#s-f9be94c0-1d49-468a-8f6a-f017e0129d9c {
  margin-top: 80px;
margin-bottom: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f9be94c0-1d49-468a-8f6a-f017e0129d9c {
  margin-bottom: 40px;
}
}
#s-f9be94c0-1d49-468a-8f6a-f017e0129d9c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-97713ca5-93e4-4c84-b827-04a12fcb4ed6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7d50e423-440f-4a22-96a9-1d8c5aa2187e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d50e423-440f-4a22-96a9-1d8c5aa2187e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9d47344d-95be-41af-b9b2-aa05e6a3a458 {
  min-height: 80px;
}
@media (max-width: 767px){#s-9d47344d-95be-41af-b9b2-aa05e6a3a458 {
  min-height: 40px;
}
}
#s-ad5628ce-f31c-4165-8006-8096028b78d8 {
  text-align: center;
}
@media (max-width: 767px){#s-ad5628ce-f31c-4165-8006-8096028b78d8 {
  margin-bottom: 40px;
}
}



  #s-ad5628ce-f31c-4165-8006-8096028b78d8 img.shogun-image {
    
    width: px;
  }


#s-ad5628ce-f31c-4165-8006-8096028b78d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c54dc53-ba56-484b-addb-9a3f2c5adca6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c54dc53-ba56-484b-addb-9a3f2c5adca6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c741e71c-d9cf-4ebe-ba39-24cad353b828 {
  min-height: 80px;
}

#s-47dc1c9f-f503-42dc-8c8d-4306837fcdd1 {
  text-align: center;
}
@media (max-width: 767px){#s-47dc1c9f-f503-42dc-8c8d-4306837fcdd1 {
  margin-bottom: 40px;
}
}



  #s-47dc1c9f-f503-42dc-8c8d-4306837fcdd1 img.shogun-image {
    
    width: px;
  }


#s-47dc1c9f-f503-42dc-8c8d-4306837fcdd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-eea0d3a5-9f85-4f73-a0d4-7f71d4bfb64e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eea0d3a5-9f85-4f73-a0d4-7f71d4bfb64e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-846850c1-55c4-493b-b984-2c389c546f8b {
  min-height: 60px;
}

#s-726763cf-d493-4adc-b57a-bbf8ba165722 {
  text-align: center;
}




  #s-726763cf-d493-4adc-b57a-bbf8ba165722 img.shogun-image {
    
    width: px;
  }


#s-726763cf-d493-4adc-b57a-bbf8ba165722 .shogun-image-content {
  
    align-items: center;
  
}

#s-327b97e8-83dd-4b4c-a4eb-ff648bbcff1a {
  border-style: solid;
margin-top: 70px;
margin-bottom: 70px;
padding-left: 200px;
padding-right: 200px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 255, 95, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-327b97e8-83dd-4b4c-a4eb-ff648bbcff1a {
  display: none;
}
#s-327b97e8-83dd-4b4c-a4eb-ff648bbcff1a, #wrap-s-327b97e8-83dd-4b4c-a4eb-ff648bbcff1a { display:none !important; }}







#s-327b97e8-83dd-4b4c-a4eb-ff648bbcff1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-327b97e8-83dd-4b4c-a4eb-ff648bbcff1a.shg-box.shg-c {
  justify-content: center;
}

#s-3a0544ad-ec0e-4522-a291-53febace78ba {
  margin-top: 15px;
margin-bottom: 0px;
}

#s-4aac57db-d642-4920-a5a9-a6ce89206f64 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-4aac57db-d642-4920-a5a9-a6ce89206f64 {
  display: none;
}
#s-9c1d53cb-ed12-48cd-b11d-b9afb8e618ab {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 182, 82, 1);
border-style: solid;
border-radius: 10px;
max-width: 690px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-9c1d53cb-ed12-48cd-b11d-b9afb8e618ab .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-9c1d53cb-ed12-48cd-b11d-b9afb8e618ab .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9c1d53cb-ed12-48cd-b11d-b9afb8e618ab .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9c1d53cb-ed12-48cd-b11d-b9afb8e618ab .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-a79d5cf5-1a90-428a-b712-60a0b9e15a4f {
  box-shadow:1px 3px 1px 1px rgba(39, 147, 47, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 182, 82, 1);
}

#s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 450px;
}

@media (min-width: 0px) {
[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-5e123147-1ccf-4bcd-8ebc-bd2c2f983d21"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-58c78d01-0485-405b-8499-a41ab9b6b7d3 {
  box-shadow:0px 0px 0px 0px ;
max-width: 200px;
text-align: center;
}




  #s-58c78d01-0485-405b-8499-a41ab9b6b7d3 img.shogun-image {
    
    width: px;
  }


#s-58c78d01-0485-405b-8499-a41ab9b6b7d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7f35448-632c-40a2-a4d7-e81089ee61a4 {
  margin-top: 0px;
margin-bottom: -20px;
}

#s-74f99ab8-1900-4f55-85f1-a6c77a1a0b34 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}




  #s-74f99ab8-1900-4f55-85f1-a6c77a1a0b34 img.shogun-image {
    
    width: px;
  }


#s-74f99ab8-1900-4f55-85f1-a6c77a1a0b34 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1ec6e62-2a9d-436e-8739-4dc8398c27ea {
  margin-top: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a1ec6e62-2a9d-436e-8739-4dc8398c27ea {
  display: none;
}
#s-a1ec6e62-2a9d-436e-8739-4dc8398c27ea, #wrap-s-a1ec6e62-2a9d-436e-8739-4dc8398c27ea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1ec6e62-2a9d-436e-8739-4dc8398c27ea {
  display: none;
}
#s-a1ec6e62-2a9d-436e-8739-4dc8398c27ea, #wrap-s-a1ec6e62-2a9d-436e-8739-4dc8398c27ea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1ec6e62-2a9d-436e-8739-4dc8398c27ea {
  display: none;
}
#s-a1ec6e62-2a9d-436e-8739-4dc8398c27ea, #wrap-s-a1ec6e62-2a9d-436e-8739-4dc8398c27ea { display:none !important; }}@media (max-width: 767px){#s-a1ec6e62-2a9d-436e-8739-4dc8398c27ea {
  
}
}







#s-a1ec6e62-2a9d-436e-8739-4dc8398c27ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1ec6e62-2a9d-436e-8739-4dc8398c27ea.shg-box.shg-c {
  justify-content: center;
}

#s-4ab90c8c-ceb8-4b81-8d20-12b864c25404 {
  display: none;
}
#s-3833e69f-adf3-4921-b629-d3d343a6fe8b {
  text-align: center;
}

#s-3833e69f-adf3-4921-b629-d3d343a6fe8b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3833e69f-adf3-4921-b629-d3d343a6fe8b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3833e69f-adf3-4921-b629-d3d343a6fe8b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-3833e69f-adf3-4921-b629-d3d343a6fe8b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-4a141fa9-e034-4820-95a2-f960154b0596 {
  box-shadow:1px 3px 1px 1px rgba(39, 147, 47, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 182, 82, 1);
}

#s-359896b2-edae-4131-adc6-ab59a03861ad {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 709px;
text-align: center;
}




  #s-359896b2-edae-4131-adc6-ab59a03861ad img.shogun-image {
    
    width: px;
  }


#s-359896b2-edae-4131-adc6-ab59a03861ad .shogun-image-content {
  
    align-items: center;
  
}

#s-3dd31ee4-9fca-4f01-bdaf-8e83823dc15f {
  min-height: 50px;
}








#s-3dd31ee4-9fca-4f01-bdaf-8e83823dc15f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3dd31ee4-9fca-4f01-bdaf-8e83823dc15f.shg-box.shg-c {
  justify-content: center;
}

#s-8fcff3a5-1bca-4ae1-a9e4-ab2a92bd3f6a {
  margin-top: 80px;
margin-bottom: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8fcff3a5-1bca-4ae1-a9e4-ab2a92bd3f6a {
  margin-bottom: 40px;
}
}
#s-8fcff3a5-1bca-4ae1-a9e4-ab2a92bd3f6a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8 {
  display: none;
}
#s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8, #wrap-s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8 { display:none !important; }}@media (max-width: 767px){#s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8 {
  display: none;
}
#s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8, #wrap-s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-53d657dd-1d42-421c-a5f9-ebb20b3a92c8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-32bc8bdd-0659-45ee-a40a-52e800a542b7 {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-70ee6449-5797-4f2b-b588-1bed4f99534b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-82d8b4d5-ab06-4968-a8fe-70f3bb91f780 {
  margin-top: 0.6em;
margin-bottom: 0.6em;
}

@media (min-width: 0px) {
[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b98f5fd2-f908-4b13-883c-b598a5a87c19"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3964b663-5345-401b-a3b3-cc6c972ee37c {
  margin-top: 0.6em;
margin-bottom: 0.6em;
}

@media (min-width: 0px) {
[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a1e5126-5063-4115-b85a-861fba3d902a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8068583e-7eca-4fae-a147-1ff0b5008ead {
  margin-top: 0.6em;
margin-bottom: 0.6em;
}

@media (min-width: 0px) {
[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed624486-c924-4637-85a4-10044c1c4c59"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9148c158-bce6-4785-958c-8339840a4801 {
  margin-top: 0.6em;
margin-bottom: 0.6em;
}

@media (min-width: 0px) {
[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-674d2c7f-3fc4-4854-9f54-d2014d0ed1b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-279bc810-febe-40d6-b103-85c868923e8e {
  margin-top: 0.6em;
margin-bottom: 0.6em;
}

@media (min-width: 1200px){#s-fd9521c7-104d-4913-b635-c66173cfd501 {
  display: none;
}
#s-fd9521c7-104d-4913-b635-c66173cfd501, #wrap-s-fd9521c7-104d-4913-b635-c66173cfd501 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd9521c7-104d-4913-b635-c66173cfd501 {
  display: none;
}
#s-fd9521c7-104d-4913-b635-c66173cfd501, #wrap-s-fd9521c7-104d-4913-b635-c66173cfd501 { display:none !important; }}@media (max-width: 767px){#s-fd9521c7-104d-4913-b635-c66173cfd501 {
  display: none;
}
#s-fd9521c7-104d-4913-b635-c66173cfd501, #wrap-s-fd9521c7-104d-4913-b635-c66173cfd501 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd9521c7-104d-4913-b635-c66173cfd501"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5f8980e8-067c-4329-84bd-e9de07d708bf {
  margin-top: 30px;
}

@media (min-width: 0px) {
[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8dbb1e62-22b1-4b51-8816-2131cd1c0c35"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b6a4fb7c-a9dd-4a0e-b929-cd3103c2ccc3 {
  margin-top: 0.6em;
margin-bottom: 0.6em;
}

@media (min-width: 0px) {
[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f2d245d-6be3-4bfb-b1db-13f1b9baaa9b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a7263022-4433-4543-8442-5265b06b9d5e {
  margin-top: 0.6em;
margin-bottom: 0.6em;
}

@media (min-width: 0px) {
[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-85bb7ddf-a9e0-4ac4-9d81-4bfbe18ed78e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-54f8ec54-d976-403f-8c03-8ab3b409a405 {
  margin-top: 0.6em;
margin-bottom: 0.6em;
}

@media (min-width: 0px) {
[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87b1a284-3fef-45a0-bfbc-8ebcd6f36aff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-37c1d42f-3250-44c1-a904-729298aba225 {
  margin-top: 0.6em;
margin-bottom: 0.6em;
}

@media (min-width: 0px) {
[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ea95473-2323-4d26-a95e-2fbae86fe511"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0cf425cf-d5dd-4be4-a418-727cb7c5b78d {
  margin-top: 0.6em;
margin-bottom: 0.6em;
}

#s-a279e777-cb25-48a2-a4cc-697d0eadf7ac {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a279e777-cb25-48a2-a4cc-697d0eadf7ac {
  display: none;
}
#s-a279e777-cb25-48a2-a4cc-697d0eadf7ac, #wrap-s-a279e777-cb25-48a2-a4cc-697d0eadf7ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a279e777-cb25-48a2-a4cc-697d0eadf7ac {
  display: none;
}
#s-a279e777-cb25-48a2-a4cc-697d0eadf7ac, #wrap-s-a279e777-cb25-48a2-a4cc-697d0eadf7ac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a279e777-cb25-48a2-a4cc-697d0eadf7ac {
  display: none;
}
#s-a279e777-cb25-48a2-a4cc-697d0eadf7ac, #wrap-s-a279e777-cb25-48a2-a4cc-697d0eadf7ac { display:none !important; }}@media (max-width: 767px){#s-a279e777-cb25-48a2-a4cc-697d0eadf7ac {
  
}
}







#s-a279e777-cb25-48a2-a4cc-697d0eadf7ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a279e777-cb25-48a2-a4cc-697d0eadf7ac.shg-box.shg-c {
  justify-content: center;
}

#s-04c1147b-ccee-49a8-9355-d10a67076d44 {
  margin-top: 30px;
}

#s-f9d441e5-4c04-4b83-93c0-ba28dd594a1e {
  margin-top: 40px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9d441e5-4c04-4b83-93c0-ba28dd594a1e .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8886c9e7-e9b0-4dad-911b-83aa51268438 {
  min-height: 50px;
}
@media (max-width: 767px){#s-8886c9e7-e9b0-4dad-911b-83aa51268438 {
  display: none;
}
#s-8886c9e7-e9b0-4dad-911b-83aa51268438, #wrap-s-8886c9e7-e9b0-4dad-911b-83aa51268438 { display:none !important; }}







#s-8886c9e7-e9b0-4dad-911b-83aa51268438 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8886c9e7-e9b0-4dad-911b-83aa51268438.shg-box.shg-c {
  justify-content: center;
}

#s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 760px;
}

@media (min-width: 0px) {
[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3912c5d-5e73-4edd-b252-7940b8b3cfd1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-20cc143f-d806-4fd1-9fe3-c321af7a797f {
  margin-top: 10px;
text-align: center;
}




  #s-20cc143f-d806-4fd1-9fe3-c321af7a797f img.shogun-image {
    
    width: px;
  }


#s-20cc143f-d806-4fd1-9fe3-c321af7a797f .shogun-image-content {
  
    align-items: center;
  
}

#s-f6b0e6c9-9755-48e3-8d58-0ca67b69e665 {
  max-width: 100px;
text-align: center;
}




  #s-f6b0e6c9-9755-48e3-8d58-0ca67b69e665 img.shogun-image {
    
    width: px;
  }


#s-f6b0e6c9-9755-48e3-8d58-0ca67b69e665 .shogun-image-content {
  
    align-items: center;
  
}

#s-09550e9b-0421-4afa-abdf-6f955e6587e2 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 760px;
}

@media (min-width: 0px) {
[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09550e9b-0421-4afa-abdf-6f955e6587e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-46ccbb3f-17a6-47f9-9a37-da37b2e418f3 {
  margin-top: 20px;
text-align: center;
}




  #s-46ccbb3f-17a6-47f9-9a37-da37b2e418f3 img.shogun-image {
    
    width: px;
  }


#s-46ccbb3f-17a6-47f9-9a37-da37b2e418f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a2b9ed2-b040-4518-8d09-60f34fa6da6d {
  max-width: 100px;
text-align: center;
}




  #s-8a2b9ed2-b040-4518-8d09-60f34fa6da6d img.shogun-image {
    
    width: px;
  }


#s-8a2b9ed2-b040-4518-8d09-60f34fa6da6d .shogun-image-content {
  
    align-items: center;
  
}

#s-63726272-7650-4c38-81c1-ef72a13ba83d {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 760px;
}

@media (min-width: 0px) {
[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63726272-7650-4c38-81c1-ef72a13ba83d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a4b554d4-fb57-44c4-8e10-8197b56e2bbb {
  margin-top: 20px;
text-align: center;
}




  #s-a4b554d4-fb57-44c4-8e10-8197b56e2bbb img.shogun-image {
    
    width: px;
  }


#s-a4b554d4-fb57-44c4-8e10-8197b56e2bbb .shogun-image-content {
  
    align-items: center;
  
}

#s-387e8689-10cf-4d01-bc46-c38c98e7eb18 {
  max-width: 100px;
text-align: center;
}




  #s-387e8689-10cf-4d01-bc46-c38c98e7eb18 img.shogun-image {
    
    width: px;
  }


#s-387e8689-10cf-4d01-bc46-c38c98e7eb18 .shogun-image-content {
  
    align-items: center;
  
}

#s-536f71e3-7771-4e48-8156-866a24c00a0e {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 760px;
}

@media (min-width: 0px) {
[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-536f71e3-7771-4e48-8156-866a24c00a0e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-16de8183-a89f-4c4b-bc23-42c2fa28001f {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-16de8183-a89f-4c4b-bc23-42c2fa28001f img.shogun-image {
    
    width: px;
  }


#s-16de8183-a89f-4c4b-bc23-42c2fa28001f .shogun-image-content {
  
    align-items: center;
  
}

#s-cf82cbad-d20d-4307-b8c7-6640430123d2 {
  max-width: 100px;
text-align: center;
}




  #s-cf82cbad-d20d-4307-b8c7-6640430123d2 img.shogun-image {
    
    width: px;
  }


#s-cf82cbad-d20d-4307-b8c7-6640430123d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-40cad6aa-7c94-4368-9aec-51c5b741aeb3 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 760px;
}

@media (min-width: 0px) {
[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40cad6aa-7c94-4368-9aec-51c5b741aeb3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1759cbd3-ffd6-4251-9152-6ec7ee8077fb {
  margin-top: 20px;
text-align: center;
}




  #s-1759cbd3-ffd6-4251-9152-6ec7ee8077fb img.shogun-image {
    
    width: px;
  }


#s-1759cbd3-ffd6-4251-9152-6ec7ee8077fb .shogun-image-content {
  
    align-items: center;
  
}

#s-0764be96-fe4a-4dc5-8578-9d7da1284eef {
  max-width: 100px;
text-align: center;
}




  #s-0764be96-fe4a-4dc5-8578-9d7da1284eef img.shogun-image {
    
    width: px;
  }


#s-0764be96-fe4a-4dc5-8578-9d7da1284eef .shogun-image-content {
  
    align-items: center;
  
}

#s-4ed868d9-3cf8-4201-9aff-539b742fe218 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 760px;
}

@media (min-width: 0px) {
[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4ed868d9-3cf8-4201-9aff-539b742fe218"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-27bbcef9-54ac-4fc7-a445-0a22632252c0 {
  margin-top: 20px;
text-align: center;
}




  #s-27bbcef9-54ac-4fc7-a445-0a22632252c0 img.shogun-image {
    
    width: px;
  }


#s-27bbcef9-54ac-4fc7-a445-0a22632252c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-06d84865-4635-4d42-9aa7-7c6b95c28966 {
  max-width: 100px;
text-align: center;
}




  #s-06d84865-4635-4d42-9aa7-7c6b95c28966 img.shogun-image {
    
    width: px;
  }


#s-06d84865-4635-4d42-9aa7-7c6b95c28966 .shogun-image-content {
  
    align-items: center;
  
}

#s-b98e194e-0981-42fd-a15a-68ea2cc4248b {
  border-style: solid;
margin-top: 0px;
margin-bottom: 70px;
padding-left: 200px;
padding-right: 200px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 255, 95, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-b98e194e-0981-42fd-a15a-68ea2cc4248b {
  display: none;
}
#s-b98e194e-0981-42fd-a15a-68ea2cc4248b, #wrap-s-b98e194e-0981-42fd-a15a-68ea2cc4248b { display:none !important; }}







#s-b98e194e-0981-42fd-a15a-68ea2cc4248b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b98e194e-0981-42fd-a15a-68ea2cc4248b.shg-box.shg-c {
  justify-content: center;
}

#s-206fdb9d-b342-427f-a2eb-fcedb42c6513 {
  margin-bottom: 0px;
}

#s-4ddf3bc3-7332-4cab-9028-723106c896d3 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-4ddf3bc3-7332-4cab-9028-723106c896d3 {
  display: none;
}
#s-b17c9c94-07c5-45fd-823b-063801095b94 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 182, 82, 1);
border-style: solid;
border-radius: 10px;
max-width: 690px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-b17c9c94-07c5-45fd-823b-063801095b94 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b17c9c94-07c5-45fd-823b-063801095b94 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b17c9c94-07c5-45fd-823b-063801095b94 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b17c9c94-07c5-45fd-823b-063801095b94 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-9ca0c456-a53e-404b-8915-bd570c157b44 {
  box-shadow:1px 3px 1px 1px rgba(39, 147, 47, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 182, 82, 1);
}

#s-efbcf06d-74fd-4ce2-9063-ef78aac36061 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 450px;
}

@media (min-width: 0px) {
[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-efbcf06d-74fd-4ce2-9063-ef78aac36061"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-99a1b070-18c5-42bf-a42a-3fe90dea3172 {
  box-shadow:0px 0px 0px 0px ;
max-width: 200px;
text-align: center;
}




  #s-99a1b070-18c5-42bf-a42a-3fe90dea3172 img.shogun-image {
    
    width: px;
  }


#s-99a1b070-18c5-42bf-a42a-3fe90dea3172 .shogun-image-content {
  
    align-items: center;
  
}

#s-304e550a-0971-40b9-942c-c25c3130a3b3 {
  margin-top: 0px;
margin-bottom: -20px;
}

#s-0ecb64f2-e897-472e-8d82-0168208641e0 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}




  #s-0ecb64f2-e897-472e-8d82-0168208641e0 img.shogun-image {
    
    width: px;
  }


#s-0ecb64f2-e897-472e-8d82-0168208641e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc794979-b157-48f9-951f-12679fbfa49b {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-bc794979-b157-48f9-951f-12679fbfa49b {
  display: none;
}
#s-bc794979-b157-48f9-951f-12679fbfa49b, #wrap-s-bc794979-b157-48f9-951f-12679fbfa49b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc794979-b157-48f9-951f-12679fbfa49b {
  display: none;
}
#s-bc794979-b157-48f9-951f-12679fbfa49b, #wrap-s-bc794979-b157-48f9-951f-12679fbfa49b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc794979-b157-48f9-951f-12679fbfa49b {
  display: none;
}
#s-bc794979-b157-48f9-951f-12679fbfa49b, #wrap-s-bc794979-b157-48f9-951f-12679fbfa49b { display:none !important; }}
#s-864fded9-92a5-4630-a058-4a664f5fc85d {
  border-style: solid;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-864fded9-92a5-4630-a058-4a664f5fc85d {
  display: none;
}
#s-864fded9-92a5-4630-a058-4a664f5fc85d, #wrap-s-864fded9-92a5-4630-a058-4a664f5fc85d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-864fded9-92a5-4630-a058-4a664f5fc85d {
  display: none;
}
#s-864fded9-92a5-4630-a058-4a664f5fc85d, #wrap-s-864fded9-92a5-4630-a058-4a664f5fc85d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-864fded9-92a5-4630-a058-4a664f5fc85d {
  display: none;
}
#s-864fded9-92a5-4630-a058-4a664f5fc85d, #wrap-s-864fded9-92a5-4630-a058-4a664f5fc85d { display:none !important; }}







#s-864fded9-92a5-4630-a058-4a664f5fc85d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-864fded9-92a5-4630-a058-4a664f5fc85d.shg-box.shg-c {
  justify-content: center;
}

#s-ef0f8a9e-9cff-421b-9da3-03011ba983ac {
  text-align: center;
}




  #s-ef0f8a9e-9cff-421b-9da3-03011ba983ac img.shogun-image {
    
    width: px;
  }


#s-ef0f8a9e-9cff-421b-9da3-03011ba983ac .shogun-image-content {
  
    align-items: center;
  
}

#s-a79375c8-b93a-4947-963c-41630a049223 {
  border-style: solid;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-a79375c8-b93a-4947-963c-41630a049223 {
  display: none;
}
#s-a79375c8-b93a-4947-963c-41630a049223, #wrap-s-a79375c8-b93a-4947-963c-41630a049223 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a79375c8-b93a-4947-963c-41630a049223 {
  display: none;
}
#s-a79375c8-b93a-4947-963c-41630a049223, #wrap-s-a79375c8-b93a-4947-963c-41630a049223 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a79375c8-b93a-4947-963c-41630a049223 {
  display: none;
}
#s-a79375c8-b93a-4947-963c-41630a049223, #wrap-s-a79375c8-b93a-4947-963c-41630a049223 { display:none !important; }}







#s-a79375c8-b93a-4947-963c-41630a049223 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a79375c8-b93a-4947-963c-41630a049223.shg-box.shg-c {
  justify-content: center;
}

#s-06b77775-94a5-449c-a091-f881c39391f0 {
  text-align: center;
}




  #s-06b77775-94a5-449c-a091-f881c39391f0 img.shogun-image {
    
    width: px;
  }


#s-06b77775-94a5-449c-a091-f881c39391f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-55b14a2e-782a-46f4-8f9e-16dbf874eb2b {
  border-style: solid;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-55b14a2e-782a-46f4-8f9e-16dbf874eb2b {
  display: none;
}
#s-55b14a2e-782a-46f4-8f9e-16dbf874eb2b, #wrap-s-55b14a2e-782a-46f4-8f9e-16dbf874eb2b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55b14a2e-782a-46f4-8f9e-16dbf874eb2b {
  display: none;
}
#s-55b14a2e-782a-46f4-8f9e-16dbf874eb2b, #wrap-s-55b14a2e-782a-46f4-8f9e-16dbf874eb2b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55b14a2e-782a-46f4-8f9e-16dbf874eb2b {
  display: none;
}
#s-55b14a2e-782a-46f4-8f9e-16dbf874eb2b, #wrap-s-55b14a2e-782a-46f4-8f9e-16dbf874eb2b { display:none !important; }}







#s-55b14a2e-782a-46f4-8f9e-16dbf874eb2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55b14a2e-782a-46f4-8f9e-16dbf874eb2b.shg-box.shg-c {
  justify-content: center;
}

#s-5c27fe29-9f21-4081-ba68-333b5212c34a {
  text-align: center;
}




  #s-5c27fe29-9f21-4081-ba68-333b5212c34a img.shogun-image {
    
    width: px;
  }


#s-5c27fe29-9f21-4081-ba68-333b5212c34a .shogun-image-content {
  
    align-items: center;
  
}

#s-b28a5308-9d77-454b-a5b3-26086276fcef {
  border-style: solid;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-b28a5308-9d77-454b-a5b3-26086276fcef {
  display: none;
}
#s-b28a5308-9d77-454b-a5b3-26086276fcef, #wrap-s-b28a5308-9d77-454b-a5b3-26086276fcef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b28a5308-9d77-454b-a5b3-26086276fcef {
  display: none;
}
#s-b28a5308-9d77-454b-a5b3-26086276fcef, #wrap-s-b28a5308-9d77-454b-a5b3-26086276fcef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b28a5308-9d77-454b-a5b3-26086276fcef {
  display: none;
}
#s-b28a5308-9d77-454b-a5b3-26086276fcef, #wrap-s-b28a5308-9d77-454b-a5b3-26086276fcef { display:none !important; }}







#s-b28a5308-9d77-454b-a5b3-26086276fcef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b28a5308-9d77-454b-a5b3-26086276fcef.shg-box.shg-c {
  justify-content: center;
}

#s-083e2dbd-483e-4207-8339-d16512f0843c {
  text-align: center;
}




  #s-083e2dbd-483e-4207-8339-d16512f0843c img.shogun-image {
    
    width: px;
  }


#s-083e2dbd-483e-4207-8339-d16512f0843c .shogun-image-content {
  
    align-items: center;
  
}

#s-98b0e570-c8e1-401e-a9d9-eea618e9e95d {
  border-style: solid;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-98b0e570-c8e1-401e-a9d9-eea618e9e95d {
  display: none;
}
#s-98b0e570-c8e1-401e-a9d9-eea618e9e95d, #wrap-s-98b0e570-c8e1-401e-a9d9-eea618e9e95d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98b0e570-c8e1-401e-a9d9-eea618e9e95d {
  display: none;
}
#s-98b0e570-c8e1-401e-a9d9-eea618e9e95d, #wrap-s-98b0e570-c8e1-401e-a9d9-eea618e9e95d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-98b0e570-c8e1-401e-a9d9-eea618e9e95d {
  display: none;
}
#s-98b0e570-c8e1-401e-a9d9-eea618e9e95d, #wrap-s-98b0e570-c8e1-401e-a9d9-eea618e9e95d { display:none !important; }}







#s-98b0e570-c8e1-401e-a9d9-eea618e9e95d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98b0e570-c8e1-401e-a9d9-eea618e9e95d.shg-box.shg-c {
  justify-content: center;
}

#s-31625a79-e8b7-4c08-9c2c-52e661c766d7 {
  text-align: center;
}




  #s-31625a79-e8b7-4c08-9c2c-52e661c766d7 img.shogun-image {
    
    width: px;
  }


#s-31625a79-e8b7-4c08-9c2c-52e661c766d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b0fe181-11d8-4600-9440-ce43546dd2b9 {
  border-style: solid;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-7b0fe181-11d8-4600-9440-ce43546dd2b9 {
  display: none;
}
#s-7b0fe181-11d8-4600-9440-ce43546dd2b9, #wrap-s-7b0fe181-11d8-4600-9440-ce43546dd2b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b0fe181-11d8-4600-9440-ce43546dd2b9 {
  display: none;
}
#s-7b0fe181-11d8-4600-9440-ce43546dd2b9, #wrap-s-7b0fe181-11d8-4600-9440-ce43546dd2b9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b0fe181-11d8-4600-9440-ce43546dd2b9 {
  display: none;
}
#s-7b0fe181-11d8-4600-9440-ce43546dd2b9, #wrap-s-7b0fe181-11d8-4600-9440-ce43546dd2b9 { display:none !important; }}







#s-7b0fe181-11d8-4600-9440-ce43546dd2b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b0fe181-11d8-4600-9440-ce43546dd2b9.shg-box.shg-c {
  justify-content: center;
}

#s-023dca4e-5d23-4325-82d8-f8c7ab7240f1 {
  text-align: center;
}




  #s-023dca4e-5d23-4325-82d8-f8c7ab7240f1 img.shogun-image {
    
    width: px;
  }


#s-023dca4e-5d23-4325-82d8-f8c7ab7240f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4dce653-669e-4967-9b61-21d95ac914d2 {
  margin-top: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d4dce653-669e-4967-9b61-21d95ac914d2 {
  display: none;
}
#s-d4dce653-669e-4967-9b61-21d95ac914d2, #wrap-s-d4dce653-669e-4967-9b61-21d95ac914d2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d4dce653-669e-4967-9b61-21d95ac914d2 {
  display: none;
}
#s-d4dce653-669e-4967-9b61-21d95ac914d2, #wrap-s-d4dce653-669e-4967-9b61-21d95ac914d2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d4dce653-669e-4967-9b61-21d95ac914d2 {
  display: none;
}
#s-d4dce653-669e-4967-9b61-21d95ac914d2, #wrap-s-d4dce653-669e-4967-9b61-21d95ac914d2 { display:none !important; }}@media (max-width: 767px){#s-d4dce653-669e-4967-9b61-21d95ac914d2 {
  
}
}







#s-d4dce653-669e-4967-9b61-21d95ac914d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4dce653-669e-4967-9b61-21d95ac914d2.shg-box.shg-c {
  justify-content: center;
}

#s-fe24e47f-e5f9-421f-93de-c433ac20a08b {
  display: none;
}
#s-634356d4-ee8a-4026-b195-7ed9fa4d287e {
  text-align: center;
}

#s-634356d4-ee8a-4026-b195-7ed9fa4d287e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-634356d4-ee8a-4026-b195-7ed9fa4d287e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-634356d4-ee8a-4026-b195-7ed9fa4d287e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-634356d4-ee8a-4026-b195-7ed9fa4d287e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-808e37a5-6218-4ea0-befe-4fe801672377 {
  box-shadow:1px 3px 1px 1px rgba(39, 147, 47, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 182, 82, 1);
}

#s-f5a194b1-6edb-4595-86b2-efbc5fc3a0c4 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 709px;
text-align: center;
}




  #s-f5a194b1-6edb-4595-86b2-efbc5fc3a0c4 img.shogun-image {
    
    width: px;
  }


#s-f5a194b1-6edb-4595-86b2-efbc5fc3a0c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-eae443ee-4829-482e-af8b-ff4476d0bd2d {
  min-height: 50px;
}
@media (max-width: 767px){#s-eae443ee-4829-482e-af8b-ff4476d0bd2d {
  display: none;
}
#s-eae443ee-4829-482e-af8b-ff4476d0bd2d, #wrap-s-eae443ee-4829-482e-af8b-ff4476d0bd2d { display:none !important; }}







#s-eae443ee-4829-482e-af8b-ff4476d0bd2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eae443ee-4829-482e-af8b-ff4476d0bd2d.shg-box.shg-c {
  justify-content: center;
}

#s-e2411632-9da7-477b-97ad-fde60a5b06c5 {
  margin-top: 80px;
margin-bottom: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2411632-9da7-477b-97ad-fde60a5b06c5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-95df6863-a8b8-4d74-b469-c62f3f75eefb {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}

#s-4c6285c4-f3b3-44a8-8dd9-37b6abab32b4 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}

#s-3e2588e8-7f28-47d1-9081-feb3dc78d367 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}

#s-302e6011-2eb9-46a3-934f-81fb8a8f145f {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}

#s-4c0f4586-041f-4caa-a072-efd041b0e7aa {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}

#s-b17e60e1-06cf-420b-9eaf-0070c9ee4c1e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b17e60e1-06cf-420b-9eaf-0070c9ee4c1e {
  display: none;
}
#s-b17e60e1-06cf-420b-9eaf-0070c9ee4c1e, #wrap-s-b17e60e1-06cf-420b-9eaf-0070c9ee4c1e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b17e60e1-06cf-420b-9eaf-0070c9ee4c1e {
  display: none;
}
#s-b17e60e1-06cf-420b-9eaf-0070c9ee4c1e, #wrap-s-b17e60e1-06cf-420b-9eaf-0070c9ee4c1e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b17e60e1-06cf-420b-9eaf-0070c9ee4c1e {
  display: none;
}
#s-b17e60e1-06cf-420b-9eaf-0070c9ee4c1e, #wrap-s-b17e60e1-06cf-420b-9eaf-0070c9ee4c1e { display:none !important; }}







#s-b17e60e1-06cf-420b-9eaf-0070c9ee4c1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b17e60e1-06cf-420b-9eaf-0070c9ee4c1e.shg-box.shg-c {
  justify-content: center;
}

#s-22617f40-caef-4aec-bcf9-23768cf3d578 {
  margin-top: 80px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22617f40-caef-4aec-bcf9-23768cf3d578 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-08031d01-790f-4de1-9ba9-8e78fab9deb5 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}

#s-04d751c5-340a-4e2a-a25c-dbe15e490666 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}

#s-c925d6e7-4fd5-4e94-a64d-c5c13b078be3 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}

#s-e77e15a0-c8f2-4763-8fa4-0be8ebbc84ec {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}

#s-79c5d50d-72b6-4125-bdc0-38fdbae2df0f {
  margin-top: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-79c5d50d-72b6-4125-bdc0-38fdbae2df0f {
  display: none;
}
#s-79c5d50d-72b6-4125-bdc0-38fdbae2df0f, #wrap-s-79c5d50d-72b6-4125-bdc0-38fdbae2df0f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79c5d50d-72b6-4125-bdc0-38fdbae2df0f {
  display: none;
}
#s-79c5d50d-72b6-4125-bdc0-38fdbae2df0f, #wrap-s-79c5d50d-72b6-4125-bdc0-38fdbae2df0f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79c5d50d-72b6-4125-bdc0-38fdbae2df0f {
  display: none;
}
#s-79c5d50d-72b6-4125-bdc0-38fdbae2df0f, #wrap-s-79c5d50d-72b6-4125-bdc0-38fdbae2df0f { display:none !important; }}@media (max-width: 767px){#s-79c5d50d-72b6-4125-bdc0-38fdbae2df0f {
  
}
}







#s-79c5d50d-72b6-4125-bdc0-38fdbae2df0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79c5d50d-72b6-4125-bdc0-38fdbae2df0f.shg-box.shg-c {
  justify-content: center;
}

#s-40c69cb9-081f-4037-955b-a3299ba90b66 {
  display: none;
}
#s-f188d92f-7b39-4d6e-9561-3011e27f2350 {
  text-align: center;
}

#s-f188d92f-7b39-4d6e-9561-3011e27f2350 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f188d92f-7b39-4d6e-9561-3011e27f2350 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f188d92f-7b39-4d6e-9561-3011e27f2350 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f188d92f-7b39-4d6e-9561-3011e27f2350 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-eb3b4e04-83f3-4f14-9b8d-12b995708b64 {
  box-shadow:1px 3px 1px 1px rgba(39, 147, 47, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 182, 82, 1);
}

#s-d8785885-63ef-4c28-bfe9-cd1e7a5d081a {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 709px;
text-align: center;
}




  #s-d8785885-63ef-4c28-bfe9-cd1e7a5d081a img.shogun-image {
    
    width: px;
  }


#s-d8785885-63ef-4c28-bfe9-cd1e7a5d081a .shogun-image-content {
  
    align-items: center;
  
}

#s-1e75791b-ca50-438c-b440-1f82c163b3bd {
  border-style: solid;
margin-top: 70px;
margin-left: 200px;
margin-bottom: 70px;
margin-right: 200px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 255, 95, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-1e75791b-ca50-438c-b440-1f82c163b3bd {
  display: none;
}
#s-1e75791b-ca50-438c-b440-1f82c163b3bd, #wrap-s-1e75791b-ca50-438c-b440-1f82c163b3bd { display:none !important; }}







#s-1e75791b-ca50-438c-b440-1f82c163b3bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e75791b-ca50-438c-b440-1f82c163b3bd.shg-box.shg-c {
  justify-content: center;
}

#s-87ea3914-ac12-4512-8839-ccf150fa32ee {
  margin-top: 15px;
margin-bottom: 0px;
}

#s-01e2a697-2ee7-475c-ac7e-003b91c44760 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-01e2a697-2ee7-475c-ac7e-003b91c44760 {
  display: none;
}
#s-5b2f4392-e654-4d31-8ced-0b94ae738026 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 182, 82, 1);
border-style: solid;
border-radius: 10px;
max-width: 690px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-5b2f4392-e654-4d31-8ced-0b94ae738026 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5b2f4392-e654-4d31-8ced-0b94ae738026 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5b2f4392-e654-4d31-8ced-0b94ae738026 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5b2f4392-e654-4d31-8ced-0b94ae738026 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-80a18c3a-92ed-451b-b0d7-b2b36bea8a35 {
  box-shadow:1px 3px 1px 1px rgba(39, 147, 47, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 182, 82, 1);
}

#s-992f70c7-f75f-410a-b72f-2fbff58d358c {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 450px;
}

@media (min-width: 0px) {
[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-992f70c7-f75f-410a-b72f-2fbff58d358c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-89d37f20-0781-4afb-aac7-c0fddd44129c {
  box-shadow:0px 0px 0px 0px ;
max-width: 200px;
text-align: center;
}




  #s-89d37f20-0781-4afb-aac7-c0fddd44129c img.shogun-image {
    
    width: px;
  }


#s-89d37f20-0781-4afb-aac7-c0fddd44129c .shogun-image-content {
  
    align-items: center;
  
}

#s-cc376089-92c9-442c-8e65-22a4d0bb21ec {
  margin-top: 0px;
margin-bottom: -20px;
}

#s-ddac5b45-0414-482f-9951-87ab60c3294e {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}




  #s-ddac5b45-0414-482f-9951-87ab60c3294e img.shogun-image {
    
    width: px;
  }


#s-ddac5b45-0414-482f-9951-87ab60c3294e .shogun-image-content {
  
    align-items: center;
  
}

#s-1b03f9fc-ed99-42a9-92b3-02eaa23e8b40 {
  min-height: 50px;
}
@media (max-width: 767px){#s-1b03f9fc-ed99-42a9-92b3-02eaa23e8b40 {
  display: none;
}
#s-1b03f9fc-ed99-42a9-92b3-02eaa23e8b40, #wrap-s-1b03f9fc-ed99-42a9-92b3-02eaa23e8b40 { display:none !important; }}







#s-1b03f9fc-ed99-42a9-92b3-02eaa23e8b40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b03f9fc-ed99-42a9-92b3-02eaa23e8b40.shg-box.shg-c {
  justify-content: center;
}

#s-0e3f30b8-cae5-4c92-afb2-fa8fce8bc9e5 {
  margin-top: 80px;
margin-bottom: 80px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e3f30b8-cae5-4c92-afb2-fa8fce8bc9e5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f5584c7a-e3eb-42f3-a6d3-043026490df4 {
  text-align: center;
}




  #s-f5584c7a-e3eb-42f3-a6d3-043026490df4 img.shogun-image {
    
    width: px;
  }


#s-f5584c7a-e3eb-42f3-a6d3-043026490df4 .shogun-image-content {
  
    align-items: center;
  
}

#s-e011c0ed-2fc3-4aeb-84b4-dbd0841e1fe7 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}

#s-2463d877-ff3d-42b8-a29b-25bb79c4e206 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2463d877-ff3d-42b8-a29b-25bb79c4e206"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ab05004a-ca4a-41fc-9b9d-b5b0cdc5aad0 {
  margin-top: 0.5em;
margin-left: auto;
margin-right: auto;
max-width: 20px;
text-align: center;
}




  #s-ab05004a-ca4a-41fc-9b9d-b5b0cdc5aad0 img.shogun-image {
    
    width: px;
  }


#s-ab05004a-ca4a-41fc-9b9d-b5b0cdc5aad0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a77670a9-2d8f-446a-8a65-ef0632ae6fbf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-364570aa-fd14-41ee-99d4-507cdd2a53f6 {
  margin-top: 0.5em;
margin-left: auto;
margin-right: auto;
max-width: 20px;
text-align: center;
}




  #s-364570aa-fd14-41ee-99d4-507cdd2a53f6 img.shogun-image {
    
    width: px;
  }


#s-364570aa-fd14-41ee-99d4-507cdd2a53f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b133fd92-4829-46d4-93bc-fdd02408a045 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b133fd92-4829-46d4-93bc-fdd02408a045"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c06745da-ad67-41be-ba32-97d2ae5489c4 {
  margin-top: 0.5em;
margin-left: auto;
margin-right: auto;
max-width: 20px;
text-align: center;
}




  #s-c06745da-ad67-41be-ba32-97d2ae5489c4 img.shogun-image {
    
    width: px;
  }


#s-c06745da-ad67-41be-ba32-97d2ae5489c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dea858e6-da2a-49ec-b09b-4efa9dbff7ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9c8b975a-4b5d-468f-99a7-d2b96c5f3ec3 {
  margin-top: 0.5em;
margin-left: auto;
margin-right: auto;
max-width: 20px;
text-align: center;
}




  #s-9c8b975a-4b5d-468f-99a7-d2b96c5f3ec3 img.shogun-image {
    
    width: px;
  }


#s-9c8b975a-4b5d-468f-99a7-d2b96c5f3ec3 .shogun-image-content {
  
    align-items: center;
  
}

#s-1403aa90-007f-4c04-8e9d-c6f24ac985e8 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}

#s-e230037e-bb89-44b3-a554-df50fd0a6953 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}

#s-5c73772b-3e4d-4c2e-97c4-55de911bd543 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5c73772b-3e4d-4c2e-97c4-55de911bd543 {
  display: none;
}
#s-5c73772b-3e4d-4c2e-97c4-55de911bd543, #wrap-s-5c73772b-3e4d-4c2e-97c4-55de911bd543 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c73772b-3e4d-4c2e-97c4-55de911bd543 {
  display: none;
}
#s-5c73772b-3e4d-4c2e-97c4-55de911bd543, #wrap-s-5c73772b-3e4d-4c2e-97c4-55de911bd543 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c73772b-3e4d-4c2e-97c4-55de911bd543 {
  display: none;
}
#s-5c73772b-3e4d-4c2e-97c4-55de911bd543, #wrap-s-5c73772b-3e4d-4c2e-97c4-55de911bd543 { display:none !important; }}







#s-5c73772b-3e4d-4c2e-97c4-55de911bd543 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c73772b-3e4d-4c2e-97c4-55de911bd543.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e9911fb1-f98f-460c-9985-d243958e6a0a {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9911fb1-f98f-460c-9985-d243958e6a0a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: a_n7;
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-73eab03a-7522-4600-8a96-c0c4d96b713d {
  text-align: center;
}




  #s-73eab03a-7522-4600-8a96-c0c4d96b713d img.shogun-image {
    
    width: px;
  }


#s-73eab03a-7522-4600-8a96-c0c4d96b713d .shogun-image-content {
  
    align-items: center;
  
}

#s-362599a5-c80b-479b-9a26-ebb5c4ff870b {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}

#s-b692d66c-8b19-4768-b9ee-5d71de31d4e2 {
  margin-bottom: 10px;
}

#s-e8174090-4c21-4c57-87dc-6e08d054e8f9 {
  margin-bottom: 10px;
}

#s-181acb3d-7a39-434c-8dec-c7d1b17e3906 {
  margin-bottom: 10px;
}

#s-909dda92-ab0a-4fae-b00e-5b18d0751b1a {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}

#s-f54ab3b1-6044-4c39-b152-6665e2c66589 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 800px;
}

#s-a712a679-7a97-487b-8958-a1fbbe60b411 {
  margin-top: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a712a679-7a97-487b-8958-a1fbbe60b411 {
  display: none;
}
#s-a712a679-7a97-487b-8958-a1fbbe60b411, #wrap-s-a712a679-7a97-487b-8958-a1fbbe60b411 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a712a679-7a97-487b-8958-a1fbbe60b411 {
  display: none;
}
#s-a712a679-7a97-487b-8958-a1fbbe60b411, #wrap-s-a712a679-7a97-487b-8958-a1fbbe60b411 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a712a679-7a97-487b-8958-a1fbbe60b411 {
  display: none;
}
#s-a712a679-7a97-487b-8958-a1fbbe60b411, #wrap-s-a712a679-7a97-487b-8958-a1fbbe60b411 { display:none !important; }}@media (max-width: 767px){#s-a712a679-7a97-487b-8958-a1fbbe60b411 {
  
}
}







#s-a712a679-7a97-487b-8958-a1fbbe60b411 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a712a679-7a97-487b-8958-a1fbbe60b411.shg-box.shg-c {
  justify-content: center;
}

#s-a627d185-7ef9-4b06-87f1-5f831f21d887 {
  display: none;
}
#s-0091b0b3-0a88-4f9a-8e2b-34658f909963 {
  text-align: center;
}

#s-0091b0b3-0a88-4f9a-8e2b-34658f909963 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0091b0b3-0a88-4f9a-8e2b-34658f909963 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0091b0b3-0a88-4f9a-8e2b-34658f909963 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0091b0b3-0a88-4f9a-8e2b-34658f909963 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-61de4e3b-2d8a-409a-8795-3c7a71e86577 {
  box-shadow:1px 3px 1px 1px rgba(39, 147, 47, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 182, 82, 1);
}

#s-83bbc68a-7184-43ff-96dc-b5f0e6733708 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 709px;
text-align: center;
}




  #s-83bbc68a-7184-43ff-96dc-b5f0e6733708 img.shogun-image {
    
    width: px;
  }


#s-83bbc68a-7184-43ff-96dc-b5f0e6733708 .shogun-image-content {
  
    align-items: center;
  
}

#s-9af4c024-b19e-4227-b4d0-8f53211aee7b {
  border-style: solid;
margin-top: 70px;
margin-left: 200px;
margin-bottom: 70px;
margin-right: 200px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 255, 95, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-9af4c024-b19e-4227-b4d0-8f53211aee7b {
  display: none;
}
#s-9af4c024-b19e-4227-b4d0-8f53211aee7b, #wrap-s-9af4c024-b19e-4227-b4d0-8f53211aee7b { display:none !important; }}







#s-9af4c024-b19e-4227-b4d0-8f53211aee7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9af4c024-b19e-4227-b4d0-8f53211aee7b.shg-box.shg-c {
  justify-content: center;
}

#s-a857ecb2-b43e-4af8-bf0c-c140ad802184 {
  margin-top: 15px;
margin-bottom: 0px;
}

#s-db74ab37-4fba-4a9b-b1e5-7046cd4f9bd7 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-db74ab37-4fba-4a9b-b1e5-7046cd4f9bd7 {
  display: none;
}
#s-0704877c-3f45-418d-8732-bd2c08c47424 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 182, 82, 1);
border-style: solid;
border-radius: 10px;
max-width: 690px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0704877c-3f45-418d-8732-bd2c08c47424 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0704877c-3f45-418d-8732-bd2c08c47424 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0704877c-3f45-418d-8732-bd2c08c47424 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0704877c-3f45-418d-8732-bd2c08c47424 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-4b53d4ad-f1ef-41f6-8136-2a663bcb7276 {
  box-shadow:1px 3px 1px 1px rgba(39, 147, 47, 1);
border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 182, 82, 1);
}

#s-a98d374d-df83-43e0-a126-4f51dc342ac7 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 450px;
}

@media (min-width: 0px) {
[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a98d374d-df83-43e0-a126-4f51dc342ac7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-3fb5d569-4a88-4f70-a343-83cffa66363a {
  box-shadow:0px 0px 0px 0px ;
max-width: 200px;
text-align: center;
}




  #s-3fb5d569-4a88-4f70-a343-83cffa66363a img.shogun-image {
    
    width: px;
  }


#s-3fb5d569-4a88-4f70-a343-83cffa66363a .shogun-image-content {
  
    align-items: center;
  
}

#s-d89a681d-8a2c-406b-9ad3-4cbb7d9e248a {
  margin-top: 0px;
margin-bottom: -20px;
}

#s-afe7adf3-a5ce-4f99-a54a-ed5027ffbeba {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}




  #s-afe7adf3-a5ce-4f99-a54a-ed5027ffbeba img.shogun-image {
    
    width: px;
  }


#s-afe7adf3-a5ce-4f99-a54a-ed5027ffbeba .shogun-image-content {
  
    align-items: center;
  
}

#s-83825131-5cab-41c6-b3c7-bd0b8dc29b68 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-83825131-5cab-41c6-b3c7-bd0b8dc29b68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83825131-5cab-41c6-b3c7-bd0b8dc29b68.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
