.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-d2bc74f7-a34d-4c7e-8e09-fac419c30d14 {
  min-height: 50px;
}








#s-d2bc74f7-a34d-4c7e-8e09-fac419c30d14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2bc74f7-a34d-4c7e-8e09-fac419c30d14.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-a3d44286-230a-494f-a6d5-22c8df387c40 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-a3d44286-230a-494f-a6d5-22c8df387c40 img.shogun-image {
    
    width: px;
  }


#s-a3d44286-230a-494f-a6d5-22c8df387c40 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-996158d7-89bd-46ac-b1ef-7728c961f497 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

.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-e39dec95-489d-4fc6-946d-5f373c40ed9b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(42, 90, 81, 1);
}

#s-e39dec95-489d-4fc6-946d-5f373c40ed9b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-012f8f11-7e44-4e13-b889-27df5966cf4f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-fbf774db-afba-4a33-bf1a-48c00c20bf20 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(42, 90, 81, 1);
}

#s-fbf774db-afba-4a33-bf1a-48c00c20bf20 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4bf46cb5-6a9f-49e4-a736-279eaa6fdfdf {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-683d8a85-c4d5-416c-a912-f50ce154d44d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-683d8a85-c4d5-416c-a912-f50ce154d44d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-683d8a85-c4d5-416c-a912-f50ce154d44d.shg-box.shg-c {
  justify-content: center;
}

#s-ae708286-638a-4921-b4ec-48eb9a22a871 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae708286-638a-4921-b4ec-48eb9a22a871 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

@media (min-width: 0px) {
[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8a5f291-f434-4b20-b96f-95c622456c8c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-82545d1d-275c-4c41-8c18-0539cbdbc1f8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-35cdaaa3-ee80-4469-b4c4-599ad5749686 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-35cdaaa3-ee80-4469-b4c4-599ad5749686 img.shogun-image {
    
    width: px;
  }


#s-35cdaaa3-ee80-4469-b4c4-599ad5749686 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c1625c6-9a1b-4712-9f08-e309c6ffbd0c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b6dca9be-6b5a-4b7e-9ee8-3916f3601a04 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-b6dca9be-6b5a-4b7e-9ee8-3916f3601a04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6dca9be-6b5a-4b7e-9ee8-3916f3601a04.shg-box.shg-c {
  justify-content: center;
}

#s-a5e58ad5-ff05-4848-9f18-ab10abfc9ed1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5e58ad5-ff05-4848-9f18-ab10abfc9ed1 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aeb9f6ce-818a-4d25-8a14-8df0f90d1483"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-26aea679-0bdd-45b6-a782-3f88167af513 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-33d54dfb-e52b-4ca5-8227-af808b3486cf {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-33d54dfb-e52b-4ca5-8227-af808b3486cf img.shogun-image {
    
    width: px;
  }


#s-33d54dfb-e52b-4ca5-8227-af808b3486cf .shogun-image-content {
  
    align-items: center;
  
}

#s-8c4d4fec-6825-462e-b548-5743119f3642 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-6c70bb90-815f-4895-9854-ee01b5bbdcc6 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-6c70bb90-815f-4895-9854-ee01b5bbdcc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c70bb90-815f-4895-9854-ee01b5bbdcc6.shg-box.shg-c {
  justify-content: center;
}

#s-44d7f0bc-edcc-49ba-8a21-f33a93b6c089 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44d7f0bc-edcc-49ba-8a21-f33a93b6c089 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a830061a-06fe-451e-a0e9-e738a8b9c588"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-208d8526-9332-434a-a69d-55043a39162c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-764ba3ef-bc81-4fb0-a70e-782c8d2d4984 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-764ba3ef-bc81-4fb0-a70e-782c8d2d4984 img.shogun-image {
    
    width: px;
  }


#s-764ba3ef-bc81-4fb0-a70e-782c8d2d4984 .shogun-image-content {
  
    align-items: center;
  
}

#s-42bbd8ed-130e-4489-90a1-91f140433142 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-826598f8-e84f-41a6-b681-dac4c75371f7 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-826598f8-e84f-41a6-b681-dac4c75371f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-826598f8-e84f-41a6-b681-dac4c75371f7.shg-box.shg-c {
  justify-content: center;
}

#s-6e5b1dd8-9929-47cd-b7cc-908c8aaf15d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e5b1dd8-9929-47cd-b7cc-908c8aaf15d1 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fba4394-64a7-4468-bec3-7d0153968bda"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d16be343-c5a0-4b74-a451-7532afaf9e99 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f698aa6a-3bd5-4b9f-a21c-52bd91ee6096 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-f698aa6a-3bd5-4b9f-a21c-52bd91ee6096 img.shogun-image {
    
    width: px;
  }


#s-f698aa6a-3bd5-4b9f-a21c-52bd91ee6096 .shogun-image-content {
  
    align-items: center;
  
}

#s-29de083f-090c-4ea6-aab8-3beeb3d35f78 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-29de083f-090c-4ea6-aab8-3beeb3d35f78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29de083f-090c-4ea6-aab8-3beeb3d35f78.shg-box.shg-c {
  justify-content: center;
}

#s-c765ef09-f8cb-46c7-afae-0379b25a6ab7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c765ef09-f8cb-46c7-afae-0379b25a6ab7 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ecf0a308-9a87-4d8d-a2af-3393a601f98c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-05a73e01-39e6-45c5-9e0e-a4ef942fb483 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-4fd58ed8-8e5e-433d-9562-3c010ba5d756 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-4fd58ed8-8e5e-433d-9562-3c010ba5d756 img.shogun-image {
    
    width: px;
  }


#s-4fd58ed8-8e5e-433d-9562-3c010ba5d756 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8cebc33-7aae-44ee-b774-0debccffe251 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-e8cebc33-7aae-44ee-b774-0debccffe251 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8cebc33-7aae-44ee-b774-0debccffe251.shg-box.shg-c {
  justify-content: center;
}

#s-c1a19a3d-8d44-4bb4-877b-fd07648a0d3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1a19a3d-8d44-4bb4-877b-fd07648a0d3c .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-69774c97-85e6-49b8-a18c-5da3f70d5c33"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0ea10624-6162-4f91-9973-62a2a15f6cfc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d5ddaec3-63dd-4f08-ae14-0ad342ff1c24 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-d5ddaec3-63dd-4f08-ae14-0ad342ff1c24 img.shogun-image {
    
    width: px;
  }


#s-d5ddaec3-63dd-4f08-ae14-0ad342ff1c24 .shogun-image-content {
  
    align-items: center;
  
}

#s-02b9ff37-8763-4934-b3fa-cfab0f05c141 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-dc7bbc69-2b58-446e-b6b2-d684b0dce6a9 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-dc7bbc69-2b58-446e-b6b2-d684b0dce6a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc7bbc69-2b58-446e-b6b2-d684b0dce6a9.shg-box.shg-c {
  justify-content: center;
}

#s-9275f9fb-0790-464e-aa55-054f6f43c910 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9275f9fb-0790-464e-aa55-054f6f43c910 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-69f78f93-be1d-457f-bb3c-797922d46c97 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-cba58752-f1bc-46a1-9816-b9d17ca2ab37 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(248, 156, 65, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cba58752-f1bc-46a1-9816-b9d17ca2ab37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cba58752-f1bc-46a1-9816-b9d17ca2ab37.shg-box.shg-c {
  justify-content: center;
}

#s-826dcd99-f60c-4682-9617-31807831d5f8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-826dcd99-f60c-4682-9617-31807831d5f8 .shogun-heading-component h4 {
  color: rgba(248, 156, 65, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-818eeca8-950b-4996-86d7-8dbf15f6e319"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-633e5490-0871-4ae0-b961-272764a2eb4b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-633e5490-0871-4ae0-b961-272764a2eb4b img.shogun-image {
    
    width: px;
  }


#s-633e5490-0871-4ae0-b961-272764a2eb4b .shogun-image-content {
  
    align-items: center;
  
}

#s-6680209a-cdc1-49e1-a086-7dff0c9cb68b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f91aab76-45f0-4a67-af06-f9f8f66f166d {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(248, 156, 65, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f91aab76-45f0-4a67-af06-f9f8f66f166d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f91aab76-45f0-4a67-af06-f9f8f66f166d.shg-box.shg-c {
  justify-content: center;
}

#s-79284035-3a2f-4482-8e05-e28af2442cb1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-79284035-3a2f-4482-8e05-e28af2442cb1 .shogun-heading-component h4 {
  color: rgba(248, 156, 65, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9cb46cea-742c-48af-9148-969f8235eee2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-867536d6-43c2-4128-adc6-87471be0ac59 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-867536d6-43c2-4128-adc6-87471be0ac59 img.shogun-image {
    
    width: px;
  }


#s-867536d6-43c2-4128-adc6-87471be0ac59 .shogun-image-content {
  
    align-items: center;
  
}

#s-e28d1fb3-843c-4e49-9cc3-59f5ec372ba7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a6c743a1-4b6a-4648-a815-619865d64427 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(248, 156, 65, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a6c743a1-4b6a-4648-a815-619865d64427 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6c743a1-4b6a-4648-a815-619865d64427.shg-box.shg-c {
  justify-content: center;
}

#s-31c4eac2-155a-45a6-928e-c8f8c5973b2c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-31c4eac2-155a-45a6-928e-c8f8c5973b2c .shogun-heading-component h4 {
  color: rgba(248, 156, 65, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3433839-a2a0-45cf-9eb1-33a1da171ae5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-33f0801a-6ac7-4dcc-884a-0db0768848fc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-33f0801a-6ac7-4dcc-884a-0db0768848fc img.shogun-image {
    
    width: px;
  }


#s-33f0801a-6ac7-4dcc-884a-0db0768848fc .shogun-image-content {
  
    align-items: center;
  
}

#s-e6ff8b09-97d5-4bd8-b74d-0b9ef566ef50 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-175671f5-4f29-4be4-b215-71a8502f2d9f {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(248, 156, 65, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-175671f5-4f29-4be4-b215-71a8502f2d9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-175671f5-4f29-4be4-b215-71a8502f2d9f.shg-box.shg-c {
  justify-content: center;
}

#s-0fccbf83-2cc7-430a-8dea-884e49c788f7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-0fccbf83-2cc7-430a-8dea-884e49c788f7 .shogun-heading-component h4 {
  color: rgba(248, 156, 65, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1d592337-7376-4975-9532-13a98f39d4df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d4f697f8-5c48-40c0-8d50-10d15d041e7d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-d4f697f8-5c48-40c0-8d50-10d15d041e7d img.shogun-image {
    
    width: px;
  }


#s-d4f697f8-5c48-40c0-8d50-10d15d041e7d .shogun-image-content {
  
    align-items: center;
  
}

#s-8fa2316f-1b50-4612-a243-d710168abfce {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c29c2ab6-1716-4c59-9ef9-2efc93a1e0e6 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(248, 156, 65, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c29c2ab6-1716-4c59-9ef9-2efc93a1e0e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c29c2ab6-1716-4c59-9ef9-2efc93a1e0e6.shg-box.shg-c {
  justify-content: center;
}

#s-cbbc091a-a17b-4abd-8f0b-e77ff83e3e29 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-cbbc091a-a17b-4abd-8f0b-e77ff83e3e29 .shogun-heading-component h4 {
  color: rgba(248, 156, 65, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc47700b-cee3-4fce-98f1-82fe8b72453d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4fbe16c7-0bd3-4c69-8d83-f21efd77fc81 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-4fbe16c7-0bd3-4c69-8d83-f21efd77fc81 img.shogun-image {
    
    width: px;
  }


#s-4fbe16c7-0bd3-4c69-8d83-f21efd77fc81 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c362c97-aaa1-4022-a89c-0a0997ee0770 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-4088f163-2d2b-4b3b-a651-be302db56135 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(248, 156, 65, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4088f163-2d2b-4b3b-a651-be302db56135 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4088f163-2d2b-4b3b-a651-be302db56135.shg-box.shg-c {
  justify-content: center;
}

#s-a8214c59-c7af-4e20-acd7-a04ea9fa2e78 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-a8214c59-c7af-4e20-acd7-a04ea9fa2e78 .shogun-heading-component h4 {
  color: rgba(248, 156, 65, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5939cada-ba68-4304-b5a5-314c8ce804d1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9d39a707-8794-45cd-a176-143106940fa4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-9d39a707-8794-45cd-a176-143106940fa4 img.shogun-image {
    
    width: px;
  }


#s-9d39a707-8794-45cd-a176-143106940fa4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e35509b-5189-41e5-8892-b83b797e17da {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ce22ab9e-a100-4663-8bc2-90d4927aa834 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-ce22ab9e-a100-4663-8bc2-90d4927aa834 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce22ab9e-a100-4663-8bc2-90d4927aa834.shg-box.shg-c {
  justify-content: center;
}

#s-63f4f032-5aff-4267-8fc0-88cc9a142c21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63f4f032-5aff-4267-8fc0-88cc9a142c21 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c4636316-ce86-4551-9b07-374b9a26f514"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d2715df8-3d20-4a13-916e-f646302411dc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-67439d6b-b2b0-4056-9cd7-75c8c6034325 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-67439d6b-b2b0-4056-9cd7-75c8c6034325 img.shogun-image {
    
    width: px;
  }


#s-67439d6b-b2b0-4056-9cd7-75c8c6034325 .shogun-image-content {
  
    align-items: center;
  
}

#s-96c22e02-5df9-426f-b298-a4a094656920 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-6ff9f931-39c5-449a-9013-a901f39d348d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-6ff9f931-39c5-449a-9013-a901f39d348d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ff9f931-39c5-449a-9013-a901f39d348d.shg-box.shg-c {
  justify-content: center;
}

#s-eee9208d-d5b6-49d0-9024-50afd2cd5100 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eee9208d-d5b6-49d0-9024-50afd2cd5100 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3c4be28f-be95-4d7d-9005-478ac058f20f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3a9bd3af-0bd1-4394-8f49-b579f65210c1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-1b862d46-1841-43aa-9314-aa92c2c28a72 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-1b862d46-1841-43aa-9314-aa92c2c28a72 img.shogun-image {
    
    width: px;
  }


#s-1b862d46-1841-43aa-9314-aa92c2c28a72 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3467da4-6fe5-4000-a3b9-dfc39df103b3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-80a19101-beb6-47b8-9f48-39bf02ba188e {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-80a19101-beb6-47b8-9f48-39bf02ba188e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80a19101-beb6-47b8-9f48-39bf02ba188e.shg-box.shg-c {
  justify-content: center;
}

#s-8a7196fd-975d-493f-92a8-bf8088a67432 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a7196fd-975d-493f-92a8-bf8088a67432 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a40acb64-7428-4642-ae83-3b8d45f9ac81"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-feffceea-d29d-4aa9-b9d0-e403fe1b3159 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a9b62e4e-3c3b-425d-940c-4ed093517491 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-a9b62e4e-3c3b-425d-940c-4ed093517491 img.shogun-image {
    
    width: px;
  }


#s-a9b62e4e-3c3b-425d-940c-4ed093517491 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5370bc6-e515-4eaf-ad63-d1240c5afa62 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-529fb136-454d-472f-a97c-c41782bb0159 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-529fb136-454d-472f-a97c-c41782bb0159 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-529fb136-454d-472f-a97c-c41782bb0159.shg-box.shg-c {
  justify-content: center;
}

#s-88fe24d1-16c4-4907-81c7-33006720fbf7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88fe24d1-16c4-4907-81c7-33006720fbf7 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a26c800e-abb1-49be-a435-23cbe473ddd5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b4d133d6-64c8-499a-8247-2347f88d056b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-305856b5-e469-4eb5-872f-107c743156b7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-305856b5-e469-4eb5-872f-107c743156b7 img.shogun-image {
    
    width: px;
  }


#s-305856b5-e469-4eb5-872f-107c743156b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2036c4c8-00a7-4f3a-8f19-d8b13bf06739 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-10049e88-0c26-46bb-bf8d-757626de9b3b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(42, 90, 81, 1);
}

#s-10049e88-0c26-46bb-bf8d-757626de9b3b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ba96e6f7-9418-4e0e-adab-9d6593abc56b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-446b71c2-9726-48ee-a72d-e5956f6219c7 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(222, 234, 248, 0.7);
}








#s-446b71c2-9726-48ee-a72d-e5956f6219c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-446b71c2-9726-48ee-a72d-e5956f6219c7.shg-box.shg-c {
  justify-content: center;
}

#s-970ba202-b263-4ea3-a656-07c415045392 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-970ba202-b263-4ea3-a656-07c415045392 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7f3ac4e2-3c36-47b2-ae45-887075c2160b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c1fbb6fe-69f5-4d99-9519-2fb7b0445260"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c7a4eb40-366c-42e8-9479-ac0208d52d12 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-c7a4eb40-366c-42e8-9479-ac0208d52d12 img.shogun-image {
    
    width: px;
  }


#s-c7a4eb40-366c-42e8-9479-ac0208d52d12 .shogun-image-content {
  
    align-items: center;
  
}

#s-7bdd6949-fda9-45d8-ab55-101b0ee5254a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-85ebdc39-5067-464a-b600-14f69674512a {
  padding-left: 20px;
padding-right: 20px;
}

#s-85ebdc39-5067-464a-b600-14f69674512a hr {
  border: 0;
  width: 100%;
  border-top: 6px solid rgba(255, 255, 255, 1);
}

#s-ab17ddf3-3a23-4d89-9e4b-aa216aca1f89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab17ddf3-3a23-4d89-9e4b-aa216aca1f89 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e33f6fae-1696-4012-a110-e994ffd63cf5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1edc83c4-d3ad-4c2d-8ff3-05267d7ff13a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6b774b87-fe3d-496b-9de1-3ce2bdd5a4c9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-6b774b87-fe3d-496b-9de1-3ce2bdd5a4c9 img.shogun-image {
    
    width: px;
  }


#s-6b774b87-fe3d-496b-9de1-3ce2bdd5a4c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-118b0bf4-0641-43be-9232-cfec5be632da {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c43c3200-a3b8-4b43-901f-6f8269dc9b12 {
  padding-left: 20px;
padding-right: 20px;
}

#s-c43c3200-a3b8-4b43-901f-6f8269dc9b12 hr {
  border: 0;
  width: 100%;
  border-top: 6px solid rgba(255, 255, 255, 1);
}

#s-a2dff1b3-3ffa-4452-a4c6-06d7bc3e3f04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2dff1b3-3ffa-4452-a4c6-06d7bc3e3f04 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-147320a7-cca3-4f90-8615-34b8750f2fb8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-0b54233e-b4fa-4d04-a252-6d3ee915af8c {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-color: rgba(248, 156, 65, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0b54233e-b4fa-4d04-a252-6d3ee915af8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b54233e-b4fa-4d04-a252-6d3ee915af8c.shg-box.shg-c {
  justify-content: center;
}

#s-37647ec0-b4a9-4a0c-aeaf-93cea1b7b34f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-37647ec0-b4a9-4a0c-aeaf-93cea1b7b34f .shogun-heading-component h4 {
  color: rgba(248, 156, 65, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-08b57421-f23a-4f8a-8281-327505bb908a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-3f6a0153-7b5a-4e94-9778-11631db1525c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-3f6a0153-7b5a-4e94-9778-11631db1525c .shogun-heading-component h4 {
  color: rgba(248, 156, 65, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-517a973f-bda3-4efd-845f-8642f2ecb506 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-035c5006-2799-4a2c-bf0a-d9837744f6cd {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-035c5006-2799-4a2c-bf0a-d9837744f6cd .shogun-heading-component h4 {
  color: rgba(248, 156, 65, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b9eb6d0d-1d11-45d1-aa7f-80193d506d3e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-44a32b1c-401d-4c3b-8e76-019aff5abb1a {
  padding-left: 20px;
padding-right: 20px;
}

#s-44a32b1c-401d-4c3b-8e76-019aff5abb1a hr {
  border: 0;
  width: 100%;
  border-top: 6px solid rgba(255, 255, 255, 1);
}

#s-bea10d06-4872-414d-bf0c-d4d5a564c11d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bea10d06-4872-414d-bf0c-d4d5a564c11d .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c06593ce-478a-41c7-97a6-a1636d1aeed5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11f2cfdf-a485-4aa1-aaf2-035342417087"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-50b8deda-f928-45f6-8de9-6ea15eda5ba7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-50b8deda-f928-45f6-8de9-6ea15eda5ba7 img.shogun-image {
    
    width: px;
  }


#s-50b8deda-f928-45f6-8de9-6ea15eda5ba7 .shogun-image-content {
  
    align-items: center;
  
}

#s-42efb740-d63c-4ce2-aab0-48f22e431a21 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-e9eca02e-02f2-4ead-a623-add9175047b2 {
  padding-left: 20px;
padding-right: 20px;
}

#s-e9eca02e-02f2-4ead-a623-add9175047b2 hr {
  border: 0;
  width: 100%;
  border-top: 6px solid rgba(255, 255, 255, 1);
}

#s-5c1c1bb2-7340-4ae1-bf15-dd6df7f1a79d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c1c1bb2-7340-4ae1-bf15-dd6df7f1a79d .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e3f5424e-6e80-4f53-a817-d1dd49d18b6f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-928476a1-71a4-4417-889e-0fd4cb158cd0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ffdc896b-8cdd-4540-b112-19fef5576a8d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-ffdc896b-8cdd-4540-b112-19fef5576a8d img.shogun-image {
    
    width: px;
  }


#s-ffdc896b-8cdd-4540-b112-19fef5576a8d .shogun-image-content {
  
    align-items: center;
  
}

#s-ff9df4a3-38b9-4365-8109-274d84e2f497 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f26546e9-de96-4b69-9b05-100dd9db235c {
  padding-left: 20px;
padding-right: 20px;
}

#s-f26546e9-de96-4b69-9b05-100dd9db235c hr {
  border: 0;
  width: 100%;
  border-top: 6px solid rgba(255, 255, 255, 1);
}

#s-e6bfa2b2-b69b-40d6-9f86-724d61454a40 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6bfa2b2-b69b-40d6-9f86-724d61454a40 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-acbb5a03-ce5c-4203-9c06-4e9deefb1389 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b120999d-dda5-48fd-81eb-55450a656f6d {
  padding-left: 20px;
padding-right: 20px;
}

#s-b120999d-dda5-48fd-81eb-55450a656f6d hr {
  border: 0;
  width: 100%;
  border-top: 6px solid rgba(255, 255, 255, 1);
}

#s-4844c7d2-9787-4037-a289-48e74546d501 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4844c7d2-9787-4037-a289-48e74546d501 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b15484f2-035e-4447-97ca-171eb9aa610c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-fbdff694-ae83-4279-8b08-4a8ceef319d8 {
  padding-left: 20px;
padding-right: 20px;
}

#s-fbdff694-ae83-4279-8b08-4a8ceef319d8 hr {
  border: 0;
  width: 100%;
  border-top: 6px solid rgba(255, 255, 255, 1);
}

#s-6800ab00-938b-4234-8b2b-8be845e97851 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6800ab00-938b-4234-8b2b-8be845e97851 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8e39d807-3bd6-4b67-b854-93e731f4c671 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7179ae63-cf9e-4727-b96f-e592512288c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7ce75753-c975-4645-b0a2-3d1a7eaf3dad {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-7ce75753-c975-4645-b0a2-3d1a7eaf3dad img.shogun-image {
    
    width: px;
  }


#s-7ce75753-c975-4645-b0a2-3d1a7eaf3dad .shogun-image-content {
  
    align-items: center;
  
}

#s-2229c0a5-3f7e-489c-937e-b9cd31ea4bb2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-68dea831-6041-4c8b-9157-2bd58f231339 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(42, 90, 81, 1);
}

#s-68dea831-6041-4c8b-9157-2bd58f231339 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ff08082e-76df-4c5b-91f2-acb0e3a2cab8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9107d162-752b-4ed4-894b-80f2a452a397 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(13, 52, 82, 1);
border-style: solid;
min-height: 50px;
}








#s-9107d162-752b-4ed4-894b-80f2a452a397 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9107d162-752b-4ed4-894b-80f2a452a397.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7bb238b-21a4-444c-89f9-a891490888af"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7e559ff4-1826-4957-886d-6ed35714899c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7e559ff4-1826-4957-886d-6ed35714899c .shogun-icon-wrapper {
  text-align: center;
}


#s-7e559ff4-1826-4957-886d-6ed35714899c .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(13, 52, 82, 1);
}

#s-318e24ff-d887-41cf-b430-3a051a6d4e8e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-318e24ff-d887-41cf-b430-3a051a6d4e8e .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a054fde8-9582-490e-b42f-b77b32e5ba0e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-362117c1-6bb9-48f0-9e15-d1934b0fb614 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(13, 52, 82, 1);
border-style: solid;
min-height: 50px;
}








#s-362117c1-6bb9-48f0-9e15-d1934b0fb614 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-362117c1-6bb9-48f0-9e15-d1934b0fb614.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3985c40-6078-4af1-a889-acccf9ecfbf9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b358bbe5-93e0-40ba-a326-eb73f12037e0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b358bbe5-93e0-40ba-a326-eb73f12037e0 .shogun-icon-wrapper {
  text-align: center;
}


#s-b358bbe5-93e0-40ba-a326-eb73f12037e0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(13, 52, 82, 1);
}

#s-55cac8f7-5403-4367-bde1-46793924e978 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-55cac8f7-5403-4367-bde1-46793924e978 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-acb05bf1-111a-4fbc-bc9e-e73bc915bc0e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-8c83838b-d4bb-4b16-9331-ccf1985233e0 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(13, 52, 82, 1);
border-style: solid;
min-height: 50px;
}








#s-8c83838b-d4bb-4b16-9331-ccf1985233e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c83838b-d4bb-4b16-9331-ccf1985233e0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c9e8629-0325-4ade-8169-27ffee50e610"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a6589e21-a62e-4501-b5a7-349e625aa911 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a6589e21-a62e-4501-b5a7-349e625aa911 .shogun-icon-wrapper {
  text-align: center;
}


#s-a6589e21-a62e-4501-b5a7-349e625aa911 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(13, 52, 82, 1);
}

#s-badf81fc-08ab-44a5-802b-8237ebea3c92 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-badf81fc-08ab-44a5-802b-8237ebea3c92 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-062f15f2-14e3-4677-9442-408005688472 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-8e71c8f8-4d89-443c-92ec-b3b7f90adfaf {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(13, 52, 82, 1);
border-style: solid;
min-height: 50px;
}








#s-8e71c8f8-4d89-443c-92ec-b3b7f90adfaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e71c8f8-4d89-443c-92ec-b3b7f90adfaf.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-729b99d6-55f1-4d61-bec2-6b9835e2e20b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2229dd48-1a02-4047-a0b7-f7ab90249467 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2229dd48-1a02-4047-a0b7-f7ab90249467 .shogun-icon-wrapper {
  text-align: center;
}


#s-2229dd48-1a02-4047-a0b7-f7ab90249467 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(13, 52, 82, 1);
}

#s-1526c71d-0532-45aa-ba42-b33e10ed288e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-1526c71d-0532-45aa-ba42-b33e10ed288e .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-54181bef-b90b-4729-a9d5-b0741b4ccc53 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-da1b60c4-f87d-45e2-9205-31cc5eb562eb {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(13, 52, 82, 1);
border-style: solid;
min-height: 50px;
}








#s-da1b60c4-f87d-45e2-9205-31cc5eb562eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da1b60c4-f87d-45e2-9205-31cc5eb562eb.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3076ba5-3ae8-4ee0-976b-f25cd29fbafa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a55c080a-d503-4104-88ab-618aab2fce61 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a55c080a-d503-4104-88ab-618aab2fce61 .shogun-icon-wrapper {
  text-align: center;
}


#s-a55c080a-d503-4104-88ab-618aab2fce61 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(13, 52, 82, 1);
}

#s-defa1d8d-3db5-49f0-b987-7f90c8435654 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-defa1d8d-3db5-49f0-b987-7f90c8435654 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bb4835f9-ba55-49ae-9817-1aac86669dee {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-0e320e3d-8d67-4e8e-b12b-472bcc4ef4bf {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(13, 52, 82, 1);
border-style: solid;
min-height: 50px;
}








#s-0e320e3d-8d67-4e8e-b12b-472bcc4ef4bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e320e3d-8d67-4e8e-b12b-472bcc4ef4bf.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a4ce44fc-afec-4d3a-a2e0-6da46e3fbc52"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ce3ed229-b2e6-4109-9148-e4d0b1a5020c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ce3ed229-b2e6-4109-9148-e4d0b1a5020c .shogun-icon-wrapper {
  text-align: center;
}


#s-ce3ed229-b2e6-4109-9148-e4d0b1a5020c .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(13, 52, 82, 1);
}

#s-afa4df53-3c88-4db1-9cf5-76334dbfde3a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-afa4df53-3c88-4db1-9cf5-76334dbfde3a .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-22a3bea5-fee5-4821-a1be-cbb22561a6ba {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-688d4647-bfab-4c57-a63b-a43c4a47f082 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(13, 52, 82, 1);
border-style: solid;
min-height: 50px;
}








#s-688d4647-bfab-4c57-a63b-a43c4a47f082 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-688d4647-bfab-4c57-a63b-a43c4a47f082.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bbd368d0-71d1-4a0f-8855-e702f95057a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-356defbd-3d03-4928-9950-d11c7da83317 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-356defbd-3d03-4928-9950-d11c7da83317 .shogun-icon-wrapper {
  text-align: center;
}


#s-356defbd-3d03-4928-9950-d11c7da83317 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(13, 52, 82, 1);
}

#s-f81dad3b-1ce2-471c-b0b0-2529d609b866 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-f81dad3b-1ce2-471c-b0b0-2529d609b866 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ace4a27b-c4e2-4fd9-ae04-e6f6992f1558 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-eb6b89b7-62be-47f5-9e1d-c6a04d92b40a {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(13, 52, 82, 1);
border-style: solid;
min-height: 50px;
}








#s-eb6b89b7-62be-47f5-9e1d-c6a04d92b40a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb6b89b7-62be-47f5-9e1d-c6a04d92b40a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9082c205-d597-4dae-9ca7-b5cc74757ee2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2d3b5787-a753-4746-b497-ad1c98cffe24 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2d3b5787-a753-4746-b497-ad1c98cffe24 .shogun-icon-wrapper {
  text-align: center;
}


#s-2d3b5787-a753-4746-b497-ad1c98cffe24 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(13, 52, 82, 1);
}

#s-a31fd7db-2361-452e-9032-0d1a56776f11 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-a31fd7db-2361-452e-9032-0d1a56776f11 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-25f92f0a-510a-402d-9d44-e26f6273d926 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c3f729d8-101d-44ff-9c7e-6f68d2015b33 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(42, 90, 81, 1);
}

#s-c3f729d8-101d-44ff-9c7e-6f68d2015b33 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-628d0f9e-931f-464d-999f-d65573e91ac6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-0391603d-d144-4fc2-acf9-bbc09fad7d35 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-0391603d-d144-4fc2-acf9-bbc09fad7d35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0391603d-d144-4fc2-acf9-bbc09fad7d35.shg-box.shg-c {
  justify-content: center;
}

#s-bb3275d4-0b06-4cbe-b951-f907f7e9f057 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb3275d4-0b06-4cbe-b951-f907f7e9f057 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a8cdf37f-2dd1-4ab7-b461-4fa396ba9419"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-30036946-ef3d-4a75-af41-dd7f8c5e79b8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-78df74d2-d361-4ab0-9590-9d0a13302352 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-78df74d2-d361-4ab0-9590-9d0a13302352 img.shogun-image {
    
    width: px;
  }


#s-78df74d2-d361-4ab0-9590-9d0a13302352 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5beece9-2738-4d4f-8124-55620aecdd8f {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-a5beece9-2738-4d4f-8124-55620aecdd8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5beece9-2738-4d4f-8124-55620aecdd8f.shg-box.shg-c {
  justify-content: center;
}

#s-976a3e92-e996-4fae-baf8-703792b041a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-976a3e92-e996-4fae-baf8-703792b041a3 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-41c096ea-2e72-445e-9de6-01de2fe1d9ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2c6363fd-dcc5-4f73-ab06-0dd0d6e256e2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-2c6363fd-dcc5-4f73-ab06-0dd0d6e256e2 img.shogun-image {
    
    width: px;
  }


#s-2c6363fd-dcc5-4f73-ab06-0dd0d6e256e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-21412b58-78ce-4f33-99e8-97deb9fde8ac {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ecc97077-4d16-4de0-a636-e9f26a26b69c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-ecc97077-4d16-4de0-a636-e9f26a26b69c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecc97077-4d16-4de0-a636-e9f26a26b69c.shg-box.shg-c {
  justify-content: center;
}

#s-3129ef93-1a43-416a-bcf6-1cbb8a9f4976 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3129ef93-1a43-416a-bcf6-1cbb8a9f4976 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb87cf0e-2965-4107-83e3-8f8def715323"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b36e9d74-edcf-42dc-803c-ad5d3fea7c19 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-57442983-080d-41e4-a26d-74fbf3f60624 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-57442983-080d-41e4-a26d-74fbf3f60624 img.shogun-image {
    
    width: px;
  }


#s-57442983-080d-41e4-a26d-74fbf3f60624 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce04262b-d30b-4550-8cc9-6da2d93aeb48 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-ce04262b-d30b-4550-8cc9-6da2d93aeb48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce04262b-d30b-4550-8cc9-6da2d93aeb48.shg-box.shg-c {
  justify-content: center;
}

#s-6aeeebb3-7543-419d-8268-14dff56e1d21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6aeeebb3-7543-419d-8268-14dff56e1d21 .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3545d7dc-f883-47a9-acd5-df95af731553"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0e250b9a-e3a7-472a-9cbc-19c5b65eef8b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-0e250b9a-e3a7-472a-9cbc-19c5b65eef8b img.shogun-image {
    
    width: px;
  }


#s-0e250b9a-e3a7-472a-9cbc-19c5b65eef8b .shogun-image-content {
  
    align-items: center;
  
}

#s-788e1ced-9154-443b-9f73-995b23bf0404 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ca4eaca4-2949-467e-aa3a-6939a4ad48c3 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-ca4eaca4-2949-467e-aa3a-6939a4ad48c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca4eaca4-2949-467e-aa3a-6939a4ad48c3.shg-box.shg-c {
  justify-content: center;
}

#s-341e3df7-41df-463b-b95b-9fb8de2948db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-341e3df7-41df-463b-b95b-9fb8de2948db .shogun-heading-component h3 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8261edc-2a6c-476e-a846-338d2cfda114"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f2cafa2d-b20f-46dc-9538-ae074d3bf3e5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-e1d0211e-02a9-4956-819c-0fe8a5429282 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-e1d0211e-02a9-4956-819c-0fe8a5429282 img.shogun-image {
    
    width: px;
  }


#s-e1d0211e-02a9-4956-819c-0fe8a5429282 .shogun-image-content {
  
    align-items: center;
  
}

#s-4cdf6d6b-a7c1-47d0-9163-7a5e2f1f061b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(42, 90, 81, 1);
}

#s-4cdf6d6b-a7c1-47d0-9163-7a5e2f1f061b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-595499fe-430d-4b3f-a0da-ecad690ae6f1 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-595499fe-430d-4b3f-a0da-ecad690ae6f1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-595499fe-430d-4b3f-a0da-ecad690ae6f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(222, 234, 248, 0.7);
  padding: 10px;
}

#s-595499fe-430d-4b3f-a0da-ecad690ae6f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(13, 52, 82, 1);
}

#s-595499fe-430d-4b3f-a0da-ecad690ae6f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-595499fe-430d-4b3f-a0da-ecad690ae6f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(13, 52, 82, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-595499fe-430d-4b3f-a0da-ecad690ae6f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-94e3c670-c388-49d5-9ff1-81294393f94a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-84742eba-9a69-40db-ae28-2e3847555c73 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-cc6f5956-2436-42d4-a40e-ce42ba52c39b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c3c94a67-45a3-4ef7-9554-0cbafe269bd9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d2033db4-e010-493f-870c-1b5a1bdff211 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-8235491b-2d57-46bb-a340-4adb4f06a290 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-42df6a9b-f15a-4f80-8529-539fe4e608f0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-dd849874-1a95-43c1-84b3-1606df11bf46 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-3badf047-e650-405f-a689-b749fa292991 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
background-color: rgba(42, 90, 81, 1);
}

#s-3badf047-e650-405f-a689-b749fa292991 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3b8dd669-61d3-4c2d-abf8-8371c02ad9d0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-3b8dd669-61d3-4c2d-abf8-8371c02ad9d0 img.shogun-image {
    
    width: px;
  }


#s-3b8dd669-61d3-4c2d-abf8-8371c02ad9d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-0fc937a7-c9dd-4795-b01f-aef2428704ba {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
