.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-5ad9d174-e2c9-40ea-b836-7a55a7aa47df {
  min-height: 50px;
}








#s-5ad9d174-e2c9-40ea-b836-7a55a7aa47df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ad9d174-e2c9-40ea-b836-7a55a7aa47df.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-a3fbe33e-4205-4d43-bef5-243ca443300a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-a3fbe33e-4205-4d43-bef5-243ca443300a img.shogun-image {
    
    width: px;
  }


#s-a3fbe33e-4205-4d43-bef5-243ca443300a .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-66148ae9-3db2-4a92-85f5-9e0ee4b1f5c0 {
  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-39531595-0d73-4d95-8ed3-fc3ed6336c41 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-39531595-0d73-4d95-8ed3-fc3ed6336c41 .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: center;
}



#s-c982e958-cef5-4dd4-bf0d-f0fb99344c91 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

.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-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-88a3fa08-9b2f-405c-8426-c1227a99a8be"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-41d88adb-f247-46f0-b7ff-e254c0ae3d8d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-41d88adb-f247-46f0-b7ff-e254c0ae3d8d img.shogun-image {
    
    width: px;
  }


#s-41d88adb-f247-46f0-b7ff-e254c0ae3d8d .shogun-image-content {
  
    align-items: center;
  
}

#s-9ef825b0-77cc-4c5a-9b73-7542c8ea0679 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-dc372012-1d1e-4bce-a330-04d4f00b8a99 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-33258342-d8b0-42f8-a511-395c953bf9b9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-33258342-d8b0-42f8-a511-395c953bf9b9 .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: center;
}



#s-0874eb7c-0c3c-4c86-a4e0-aa692d6a79f9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7bfc399a-0254-447c-a167-3a52478726ac {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(71, 5, 9, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(177, 142, 84, 0.2);
}








#s-7bfc399a-0254-447c-a167-3a52478726ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bfc399a-0254-447c-a167-3a52478726ac.shg-box.shg-c {
  justify-content: center;
}

#s-3115b15e-a6e6-40eb-9f7b-2de35d61605f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-3115b15e-a6e6-40eb-9f7b-2de35d61605f .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2ff2a816-9271-42d6-9f02-441ee724b9fb {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-823e43e6-3a95-4ede-a9a4-56caec5b9021 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-823e43e6-3a95-4ede-a9a4-56caec5b9021 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-823e43e6-3a95-4ede-a9a4-56caec5b9021.shg-box.shg-c {
  justify-content: center;
}

#s-4599236f-f7b6-4936-862b-8a658a686b6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4599236f-f7b6-4936-862b-8a658a686b6d .shogun-heading-component h4 {
  color: rgba(31, 77, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-def8f746-b338-4fb9-8ad5-8de808f0a28d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5e423a11-017f-4a5a-91ea-d52ebd40ed45 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-662f3692-2ee8-4220-8172-ffeacbbae3df {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-662f3692-2ee8-4220-8172-ffeacbbae3df img.shogun-image {
    
    width: px;
  }


#s-662f3692-2ee8-4220-8172-ffeacbbae3df .shogun-image-content {
  
    align-items: center;
  
}

#s-3b91e03e-131c-495e-9130-0749096ecc90 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-0c970897-5b8f-4ae1-94fa-c5e955e84824 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-0c970897-5b8f-4ae1-94fa-c5e955e84824 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c970897-5b8f-4ae1-94fa-c5e955e84824.shg-box.shg-c {
  justify-content: center;
}

#s-15e7a5bd-af88-4ac5-b2e5-a93232160614 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15e7a5bd-af88-4ac5-b2e5-a93232160614 .shogun-heading-component h4 {
  color: rgba(31, 77, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9c4743d2-8ba6-4e90-9eb6-34b5a372ca73"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f45fedd2-c212-4a6d-be0d-2e39c917ae2d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-fbd13140-5bac-42e8-b325-0b934f975be7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-fbd13140-5bac-42e8-b325-0b934f975be7 img.shogun-image {
    
    width: px;
  }


#s-fbd13140-5bac-42e8-b325-0b934f975be7 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b400ab6-2212-4c14-8c47-f6ed72400ff0 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6b400ab6-2212-4c14-8c47-f6ed72400ff0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b400ab6-2212-4c14-8c47-f6ed72400ff0.shg-box.shg-c {
  justify-content: center;
}

#s-c996b837-1bf5-4847-b719-d03edcafe525 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c996b837-1bf5-4847-b719-d03edcafe525 .shogun-heading-component h4 {
  color: rgba(31, 77, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b402a03c-2b0a-4a39-9d5f-c2d4f4b03c15"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-34fd9930-94e4-42a6-80a4-65818e0126c8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-07f03437-1c4d-487f-ab82-877f62e19a11 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-07f03437-1c4d-487f-ab82-877f62e19a11 img.shogun-image {
    
    width: px;
  }


#s-07f03437-1c4d-487f-ab82-877f62e19a11 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef14db99-a2c4-468d-a407-d240ce3b7c02 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ef14db99-a2c4-468d-a407-d240ce3b7c02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef14db99-a2c4-468d-a407-d240ce3b7c02.shg-box.shg-c {
  justify-content: center;
}

#s-e82ed966-688f-4d9e-83aa-6b01e9eac578 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e82ed966-688f-4d9e-83aa-6b01e9eac578 .shogun-heading-component h4 {
  color: rgba(31, 77, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-04b2ac6f-0eb7-43e3-bc50-8be2533f2fbb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-901f03a7-2a82-4f3b-a14a-fb7eb5c9a72f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-27c20233-fed7-40f9-9b35-545a0592910d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-27c20233-fed7-40f9-9b35-545a0592910d img.shogun-image {
    
    width: px;
  }


#s-27c20233-fed7-40f9-9b35-545a0592910d .shogun-image-content {
  
    align-items: center;
  
}

#s-cc1c76d2-e7b6-462b-a23c-a5b5a22ef8b7 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(71, 5, 9, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(177, 142, 84, 0.2);
}








#s-cc1c76d2-e7b6-462b-a23c-a5b5a22ef8b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc1c76d2-e7b6-462b-a23c-a5b5a22ef8b7.shg-box.shg-c {
  justify-content: center;
}

#s-0bdcfe86-c887-4acd-a6ad-14c046ecc16d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-0bdcfe86-c887-4acd-a6ad-14c046ecc16d .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-917ec2ed-05fe-47b9-95a2-2da91cd693ad {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-3af49541-21de-4b6b-a728-0777d07b49c4 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3af49541-21de-4b6b-a728-0777d07b49c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3af49541-21de-4b6b-a728-0777d07b49c4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cfa1b888-3960-4afd-a42e-33ac0288dec0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-58532d14-254c-47fb-a047-c5dc527dbe02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58532d14-254c-47fb-a047-c5dc527dbe02 .shogun-heading-component h4 {
  color: rgba(31, 77, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ed7bba66-1396-4915-88c9-b050b32cd21a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-ed7bba66-1396-4915-88c9-b050b32cd21a img.shogun-image {
    
    width: px;
  }


#s-ed7bba66-1396-4915-88c9-b050b32cd21a .shogun-image-content {
  
    align-items: center;
  
}

#s-79da40a2-6a6b-40e7-bf99-c7d252502c90 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-124a9f48-7c8c-4798-93ea-64c72f6e1b62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-124a9f48-7c8c-4798-93ea-64c72f6e1b62 .shogun-heading-component h4 {
  color: rgba(31, 77, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cd651721-f13a-4c3e-841f-2c1a7cf2a5d5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-cd651721-f13a-4c3e-841f-2c1a7cf2a5d5 img.shogun-image {
    
    width: px;
  }


#s-cd651721-f13a-4c3e-841f-2c1a7cf2a5d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ff1ac35-58a2-4db1-95ff-7eeff264f4a9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7097e74c-16b7-413b-b768-3f9dcd2bdd1a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7b88aae7-46ff-423a-afc4-fb2bd9a3bcba {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(71, 5, 9, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(177, 142, 84, 0.2);
}








#s-7b88aae7-46ff-423a-afc4-fb2bd9a3bcba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b88aae7-46ff-423a-afc4-fb2bd9a3bcba.shg-box.shg-c {
  justify-content: center;
}

#s-2d49d6f0-0ba4-4cb3-bb59-fd9cc490e227 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-2d49d6f0-0ba4-4cb3-bb59-fd9cc490e227 .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c848111e-fd97-4ce8-a3f3-c42031a07223 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ed30f1f-9df8-4ba9-bb5d-4a7606f33054"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-be36bdd2-f1ab-4d20-93f2-4a4d01c1a4c3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-be36bdd2-f1ab-4d20-93f2-4a4d01c1a4c3 img.shogun-image {
    
    width: px;
  }


#s-be36bdd2-f1ab-4d20-93f2-4a4d01c1a4c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8294560a-ac30-4a6c-a3c0-c96ab3a613ee {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a3bd5341-c308-40c0-a711-ee1ca56133d3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ff5ab532-bb1b-485f-8032-ef2ab8669712 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(71, 5, 9, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(177, 142, 84, 0.2);
}








#s-ff5ab532-bb1b-485f-8032-ef2ab8669712 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff5ab532-bb1b-485f-8032-ef2ab8669712.shg-box.shg-c {
  justify-content: center;
}

#s-2a954943-245e-4195-925d-e6f6ec2fe51f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-2a954943-245e-4195-925d-e6f6ec2fe51f .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2b40b9a4-54c5-4039-95a0-b025612f5943 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a9c83b12-1eed-4123-87b9-7aeaa6d57e81"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cc7c267b-3726-4c67-905c-89f44768b3ac {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ad5d235d-01d3-4475-8afa-5505a3f22195 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-ad5d235d-01d3-4475-8afa-5505a3f22195 img.shogun-image {
    
    width: px;
  }


#s-ad5d235d-01d3-4475-8afa-5505a3f22195 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd741479-af9e-4c65-86e9-cca490f728c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd741479-af9e-4c65-86e9-cca490f728c6 .shogun-heading-component h4 {
  color: rgba(31, 77, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-dd741479-af9e-4c65-86e9-cca490f728c6 .shogun-heading-component h4 a {
  color: rgba(31, 77, 8, 1);
}


#s-bf087ffc-2079-4faf-9231-f3c6fd64afe0 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(71, 5, 9, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(177, 142, 84, 0.2);
}








#s-bf087ffc-2079-4faf-9231-f3c6fd64afe0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf087ffc-2079-4faf-9231-f3c6fd64afe0.shg-box.shg-c {
  justify-content: center;
}

#s-1e1eb95c-d11b-4692-8f5d-303886988f3d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-1e1eb95c-d11b-4692-8f5d-303886988f3d .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-729e6a39-b3c0-4eb7-8fa6-6f47f27211f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b37b5bd6-2187-43f3-970f-9980a89a542b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-b37b5bd6-2187-43f3-970f-9980a89a542b img.shogun-image {
    
    width: px;
  }


#s-b37b5bd6-2187-43f3-970f-9980a89a542b .shogun-image-content {
  
    align-items: center;
  
}

#s-8855a658-c30f-493b-8c00-2e23bbfaebbe {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ec10c223-081a-4405-aa14-599e073ab921 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(71, 5, 9, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(177, 142, 84, 0.2);
}








#s-ec10c223-081a-4405-aa14-599e073ab921 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec10c223-081a-4405-aa14-599e073ab921.shg-box.shg-c {
  justify-content: center;
}

#s-115a6906-3944-469e-b41e-90101418cbf4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-115a6906-3944-469e-b41e-90101418cbf4 .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0dc2a985-8396-4709-bad8-81588e57684d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fc8030ce-bfcb-418b-bd11-236ae2acc350 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ca59433c-a345-46a0-a1b4-56eff107ac40 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-ca59433c-a345-46a0-a1b4-56eff107ac40 img.shogun-image {
    
    width: px;
  }


#s-ca59433c-a345-46a0-a1b4-56eff107ac40 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc3a273c-251b-412a-b4d4-3444e3f2f42d {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(71, 5, 9, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(177, 142, 84, 0.2);
}








#s-cc3a273c-251b-412a-b4d4-3444e3f2f42d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc3a273c-251b-412a-b4d4-3444e3f2f42d.shg-box.shg-c {
  justify-content: center;
}

#s-ecf28b18-3881-4218-97f2-630b7e973097 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-ecf28b18-3881-4218-97f2-630b7e973097 .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-280a68d5-2e36-41bb-a820-f002486f2c7e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bef79b6f-d521-4dd9-9e2e-6ed322cf7c9c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-bef79b6f-d521-4dd9-9e2e-6ed322cf7c9c img.shogun-image {
    
    width: px;
  }


#s-bef79b6f-d521-4dd9-9e2e-6ed322cf7c9c .shogun-image-content {
  
    align-items: center;
  
}

#s-10e5912c-2713-4a21-a1c8-17a1d0c092e6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-2bd2efc0-f195-47e8-8eee-54d9ef3813be {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-2bd2efc0-f195-47e8-8eee-54d9ef3813be .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: center;
}



#s-7f877bf1-cd4b-4263-8484-954f36b9a125 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-22b441b3-0a09-45f3-a239-abefbe902a18 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-22b441b3-0a09-45f3-a239-abefbe902a18 .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6cd91ff6-2151-47bc-8578-e8a13e7bc435 {
  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(71, 5, 9, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(205, 205, 205, 0.2);
}








#s-6cd91ff6-2151-47bc-8578-e8a13e7bc435 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cd91ff6-2151-47bc-8578-e8a13e7bc435.shg-box.shg-c {
  justify-content: center;
}

#s-dc14da1c-90c2-4def-9225-2c7ee959bdb9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-7dee333a-1266-4ed1-a2b6-4b5c24c3a201 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-7dee333a-1266-4ed1-a2b6-4b5c24c3a201 .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1da98221-1326-4a84-a06c-ea079a55b3ed {
  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(71, 5, 9, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(205, 205, 205, 0.2);
}








#s-1da98221-1326-4a84-a06c-ea079a55b3ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1da98221-1326-4a84-a06c-ea079a55b3ed.shg-box.shg-c {
  justify-content: center;
}

#s-d2076b5b-810b-4874-82b7-66185e933ca2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-af4d2ee4-395c-4fd2-99d1-28d4163ee545 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-af4d2ee4-395c-4fd2-99d1-28d4163ee545 .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b5b29902-3f43-4a1c-9a14-cf12764a4020 {
  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(71, 5, 9, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(205, 205, 205, 0.2);
}








#s-b5b29902-3f43-4a1c-9a14-cf12764a4020 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5b29902-3f43-4a1c-9a14-cf12764a4020.shg-box.shg-c {
  justify-content: center;
}

#s-fa2e4a0a-2897-4a9e-bed2-404a5e7fd742 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-2dc66115-969f-4503-be39-f69545239af7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-2dc66115-969f-4503-be39-f69545239af7 .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: center;
}



#s-63e9b01a-47b7-42a8-8942-24296c264972 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0414d015-a86a-41b3-bc76-fc8585ca8b88"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-96746f75-20f1-4970-afb3-dccdc5effea5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-96746f75-20f1-4970-afb3-dccdc5effea5 img.shogun-image {
    
    width: px;
  }


#s-96746f75-20f1-4970-afb3-dccdc5effea5 .shogun-image-content {
  
    align-items: center;
  
}

#s-00ecc09d-8825-40da-a444-577eb4602ee5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d7ab6213-0943-4358-ba8a-364b6d2e96dd {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-5ec49ae4-1a77-4fb7-bf1e-6f5e41722ef5 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(166, 177, 88, 0.1);
}








#s-5ec49ae4-1a77-4fb7-bf1e-6f5e41722ef5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ec49ae4-1a77-4fb7-bf1e-6f5e41722ef5.shg-box.shg-c {
  justify-content: center;
}

#s-f12ccb22-2671-4926-ad58-7ff656212e58 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-f12ccb22-2671-4926-ad58-7ff656212e58 .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d663d283-82fa-4c61-9334-603acbf2f93b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fb806b2d-2ab6-45a5-84d1-96bd0462269d {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(71, 5, 9, 1);
border-style: solid;
text-align: center;
}




  #s-fb806b2d-2ab6-45a5-84d1-96bd0462269d img.shogun-image {
    
    width: px;
  }


#s-fb806b2d-2ab6-45a5-84d1-96bd0462269d .shogun-image-content {
  
    align-items: center;
  
}

#s-efaad883-eeb3-4a0b-9505-b447834d4119 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b3fc61ea-9fee-4a22-aa08-94034ca7cf58 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(166, 177, 88, 0.1);
}








#s-b3fc61ea-9fee-4a22-aa08-94034ca7cf58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3fc61ea-9fee-4a22-aa08-94034ca7cf58.shg-box.shg-c {
  justify-content: center;
}

#s-6beffe3a-fbe1-4cbe-9f47-2e29897f0c4e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-6beffe3a-fbe1-4cbe-9f47-2e29897f0c4e .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-33bfb176-b6cf-4215-868b-818d34f273ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-04613a20-c3f4-4771-ae4a-6afe7b13898a {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(71, 5, 9, 1);
border-style: solid;
text-align: center;
}




  #s-04613a20-c3f4-4771-ae4a-6afe7b13898a img.shogun-image {
    
    width: px;
  }


#s-04613a20-c3f4-4771-ae4a-6afe7b13898a .shogun-image-content {
  
    align-items: center;
  
}

#s-b2411529-7b31-4de4-b366-01ae40da46ce {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9da006f0-40e4-49a1-a22f-c10e6f054eab {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(166, 177, 88, 0.1);
}








#s-9da006f0-40e4-49a1-a22f-c10e6f054eab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9da006f0-40e4-49a1-a22f-c10e6f054eab.shg-box.shg-c {
  justify-content: center;
}

#s-85a5c28a-aa11-4c72-ba7a-70851faabc4c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-85a5c28a-aa11-4c72-ba7a-70851faabc4c .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d337dd24-94b8-468c-852a-b65464e2131e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e84b1fd9-22c4-4da7-874b-b9a10d2a26df {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(71, 5, 9, 1);
border-style: solid;
text-align: center;
}




  #s-e84b1fd9-22c4-4da7-874b-b9a10d2a26df img.shogun-image {
    
    width: px;
  }


#s-e84b1fd9-22c4-4da7-874b-b9a10d2a26df .shogun-image-content {
  
    align-items: center;
  
}

#s-ec0dc80b-ea6d-4c8f-adb7-a07b5d7e96f7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-38d1c820-4235-470f-beb0-9c4dc28f14b1 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(166, 177, 88, 0.1);
}








#s-38d1c820-4235-470f-beb0-9c4dc28f14b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38d1c820-4235-470f-beb0-9c4dc28f14b1.shg-box.shg-c {
  justify-content: center;
}

#s-ac436df2-10f0-44fa-803d-bae27ec2c664 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-ac436df2-10f0-44fa-803d-bae27ec2c664 .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-774e9d56-7331-4985-9b27-b77cb426c550"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e4a9abe8-cb92-401b-b35f-84c017db210d {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(71, 5, 9, 1);
border-style: solid;
text-align: center;
}




  #s-e4a9abe8-cb92-401b-b35f-84c017db210d img.shogun-image {
    
    width: px;
  }


#s-e4a9abe8-cb92-401b-b35f-84c017db210d .shogun-image-content {
  
    align-items: center;
  
}

#s-36b772ce-9cf5-47a0-b927-18d78dfdfe39 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-51618776-daa2-41f9-8383-ed3fca84dc1b {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(166, 177, 88, 0.1);
}








#s-51618776-daa2-41f9-8383-ed3fca84dc1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51618776-daa2-41f9-8383-ed3fca84dc1b.shg-box.shg-c {
  justify-content: center;
}

#s-54e17bbc-8ccb-4ded-a2d6-492c20cb85ac {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-54e17bbc-8ccb-4ded-a2d6-492c20cb85ac .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-76d506c2-b158-414a-9a6d-1fd297c5ef1a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7f3e12dc-06b8-4101-99c7-a868cde9ed7f {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(71, 5, 9, 1);
border-style: solid;
text-align: center;
}




  #s-7f3e12dc-06b8-4101-99c7-a868cde9ed7f img.shogun-image {
    
    width: px;
  }


#s-7f3e12dc-06b8-4101-99c7-a868cde9ed7f .shogun-image-content {
  
    align-items: center;
  
}

#s-cbd28174-0125-4549-ac59-d6506610c121 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-1375a7b9-6ebc-4619-ab3d-6f850d620fe4 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(166, 177, 88, 0.1);
}








#s-1375a7b9-6ebc-4619-ab3d-6f850d620fe4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1375a7b9-6ebc-4619-ab3d-6f850d620fe4.shg-box.shg-c {
  justify-content: center;
}

#s-fdf72034-717a-4e50-a96e-aebf231fd726 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-fdf72034-717a-4e50-a96e-aebf231fd726 .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a5e13ccd-83be-40db-b984-a43c69a6cddb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e9337849-36e6-41ff-ac6f-0c06013e0af9 {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(71, 5, 9, 1);
border-style: solid;
text-align: center;
}




  #s-e9337849-36e6-41ff-ac6f-0c06013e0af9 img.shogun-image {
    
    width: px;
  }


#s-e9337849-36e6-41ff-ac6f-0c06013e0af9 .shogun-image-content {
  
    align-items: center;
  
}

#s-84346f80-d72c-46b8-b04e-5df1c6e436f5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ee957262-d1b5-413e-be31-f9d0d62deff9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c243d6ff-9243-410e-a35f-fa2716155e89 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-c243d6ff-9243-410e-a35f-fa2716155e89 .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: center;
}



#s-c70ee10e-3bd7-45fd-88b3-625fcabdb821 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-8dfdfc67-962f-4a2d-940a-25ec70851a63 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-8dfdfc67-962f-4a2d-940a-25ec70851a63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dfdfc67-962f-4a2d-940a-25ec70851a63.shg-box.shg-c {
  justify-content: center;
}

#s-d24fd644-7178-4bee-a486-35072e1a391c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-d24fd644-7178-4bee-a486-35072e1a391c .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f380e4ec-1e89-4d19-86c1-52f73b337a42"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-df77dcbe-e3f7-47cb-ba41-ae692185a1a0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a705c52c-1d82-4553-9b3f-72c06e6368cf {
  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(71, 5, 9, 1);
border-style: solid;
text-align: center;
}




  #s-a705c52c-1d82-4553-9b3f-72c06e6368cf img.shogun-image {
    
    width: px;
  }


#s-a705c52c-1d82-4553-9b3f-72c06e6368cf .shogun-image-content {
  
    align-items: center;
  
}

#s-b8c31cc3-a868-4bcb-95bc-98097a0b393b {
  padding-left: 20px;
padding-right: 20px;
}

#s-b8c31cc3-a868-4bcb-95bc-98097a0b393b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-919bf7a5-3352-4378-aeeb-abf45d54f9ab {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-919bf7a5-3352-4378-aeeb-abf45d54f9ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-919bf7a5-3352-4378-aeeb-abf45d54f9ab.shg-box.shg-c {
  justify-content: center;
}

#s-f2160238-8ed6-43ac-8a22-3f239151eaeb {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-f2160238-8ed6-43ac-8a22-3f239151eaeb .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79731f77-93fb-4224-ab9d-4ebb634edc23"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2152142e-4e5e-4d89-86ac-27b5df3adf81 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-2444d2df-2209-40be-b5e6-d41c40a38d17 {
  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(71, 5, 9, 1);
border-style: solid;
text-align: center;
}




  #s-2444d2df-2209-40be-b5e6-d41c40a38d17 img.shogun-image {
    
    width: px;
  }


#s-2444d2df-2209-40be-b5e6-d41c40a38d17 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8ce648e-484d-447c-93a7-0ba9ba1b5ac9 {
  padding-left: 20px;
padding-right: 20px;
}

#s-c8ce648e-484d-447c-93a7-0ba9ba1b5ac9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a32e078e-d6e3-4ae3-8581-ba0b39485f1a {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-a32e078e-d6e3-4ae3-8581-ba0b39485f1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a32e078e-d6e3-4ae3-8581-ba0b39485f1a.shg-box.shg-c {
  justify-content: center;
}

#s-fd4a6186-d3b2-4b71-90e6-0b3752c3f326 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-fd4a6186-d3b2-4b71-90e6-0b3752c3f326 .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-93d76164-03d2-46ed-8d3e-76dce2829bfd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d97848fa-cc9a-48cf-8032-83ae3f50a5fe {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-2b6a3392-bef9-4f63-b474-457c60a72181 {
  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(71, 5, 9, 1);
border-style: solid;
text-align: center;
}




  #s-2b6a3392-bef9-4f63-b474-457c60a72181 img.shogun-image {
    
    width: px;
  }


#s-2b6a3392-bef9-4f63-b474-457c60a72181 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a3b3b90-5d25-4984-905e-fbecc6386570 {
  padding-left: 20px;
padding-right: 20px;
}

#s-5a3b3b90-5d25-4984-905e-fbecc6386570 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-a023aa93-df8f-41b1-a5d1-7cde2eb51a5a {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-a023aa93-df8f-41b1-a5d1-7cde2eb51a5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a023aa93-df8f-41b1-a5d1-7cde2eb51a5a.shg-box.shg-c {
  justify-content: center;
}

#s-872de235-df10-4e63-8347-c493d8426faa {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-872de235-df10-4e63-8347-c493d8426faa .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fefe7f3-33b3-4826-ae66-a6043f6bf98a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-16de7697-c0db-405b-b583-dd7f5017a7d6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-1a43073f-4ad1-42c4-b1ef-deef694c1cf0 {
  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(71, 5, 9, 1);
border-style: solid;
text-align: center;
}




  #s-1a43073f-4ad1-42c4-b1ef-deef694c1cf0 img.shogun-image {
    
    width: px;
  }


#s-1a43073f-4ad1-42c4-b1ef-deef694c1cf0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3d7a28b-ee30-4dd6-a2a7-79e8755cdf81 {
  padding-left: 20px;
padding-right: 20px;
}

#s-a3d7a28b-ee30-4dd6-a2a7-79e8755cdf81 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-9e77eca2-0bb8-405a-8863-53f9beb86638 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-9e77eca2-0bb8-405a-8863-53f9beb86638 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e77eca2-0bb8-405a-8863-53f9beb86638.shg-box.shg-c {
  justify-content: center;
}

#s-c4cba59c-29ff-4e03-8a1e-de2125ee3c18 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-c4cba59c-29ff-4e03-8a1e-de2125ee3c18 .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-87c261a6-459b-4a96-982c-9d1a0ef53f17"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1df18e79-e33d-4105-a3f8-d5d990f921c2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ebd4df8c-c6da-4783-9721-62d7a383071b {
  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(71, 5, 9, 1);
border-style: solid;
text-align: center;
}




  #s-ebd4df8c-c6da-4783-9721-62d7a383071b img.shogun-image {
    
    width: px;
  }


#s-ebd4df8c-c6da-4783-9721-62d7a383071b .shogun-image-content {
  
    align-items: center;
  
}

#s-89282099-ad9f-49c6-8814-80ed64d107b7 {
  padding-left: 20px;
padding-right: 20px;
}

#s-89282099-ad9f-49c6-8814-80ed64d107b7 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-ea0d4c20-6f0d-49a0-a71b-57c51e747719 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-ea0d4c20-6f0d-49a0-a71b-57c51e747719 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea0d4c20-6f0d-49a0-a71b-57c51e747719.shg-box.shg-c {
  justify-content: center;
}

#s-6914275c-2337-45ba-b205-356be125b115 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-6914275c-2337-45ba-b205-356be125b115 .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ba20d2d5-9c04-40cf-a89a-beb91a7b5c33"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-55827550-ee44-4128-a600-3ce3fd621fa6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-2e1a6487-9e09-45ad-bb71-b479c468c09d {
  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(71, 5, 9, 1);
border-style: solid;
text-align: center;
}




  #s-2e1a6487-9e09-45ad-bb71-b479c468c09d img.shogun-image {
    
    width: px;
  }


#s-2e1a6487-9e09-45ad-bb71-b479c468c09d .shogun-image-content {
  
    align-items: center;
  
}

#s-608b96d3-7bc1-4d90-b25c-50a0847d8ca2 {
  padding-left: 20px;
padding-right: 20px;
}

#s-608b96d3-7bc1-4d90-b25c-50a0847d8ca2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-0534ec8d-d4e7-4648-a213-90b9cf3a8afb {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-0534ec8d-d4e7-4648-a213-90b9cf3a8afb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0534ec8d-d4e7-4648-a213-90b9cf3a8afb.shg-box.shg-c {
  justify-content: center;
}

#s-fdc9cc74-41f4-4438-bad1-28abc09021ec {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-fdc9cc74-41f4-4438-bad1-28abc09021ec .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7e0fa9e1-debb-4ae1-8f90-adeea7b7fd73"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d6dd4497-2621-4400-ad99-b49d2b6554b1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9a291df0-9758-46ff-8ef6-4b7b36ec547f {
  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(71, 5, 9, 1);
border-style: solid;
text-align: center;
}




  #s-9a291df0-9758-46ff-8ef6-4b7b36ec547f img.shogun-image {
    
    width: px;
  }


#s-9a291df0-9758-46ff-8ef6-4b7b36ec547f .shogun-image-content {
  
    align-items: center;
  
}

#s-45e31b71-3188-4d6d-81c2-2aca77494ad7 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(13, 52, 82, 1);
}








#s-45e31b71-3188-4d6d-81c2-2aca77494ad7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45e31b71-3188-4d6d-81c2-2aca77494ad7.shg-box.shg-c {
  justify-content: center;
}

#s-ab07438f-9108-4f76-88eb-be5782f8168e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab07438f-9108-4f76-88eb-be5782f8168e .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: center;
}



#s-efd8764d-6118-4ff6-812b-8715909a674f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-05003a57-d7cf-446d-91a6-5c7af2fa324b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-05003a57-d7cf-446d-91a6-5c7af2fa324b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05003a57-d7cf-446d-91a6-5c7af2fa324b.shg-box.shg-c {
  justify-content: center;
}

#s-fe81d35c-8fc3-42c5-8483-c9f2858d38bd {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-fe81d35c-8fc3-42c5-8483-c9f2858d38bd .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6094e258-6a1c-424d-8d98-f8709d546cce {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-75d82a4e-a12d-4d61-8f4d-2009a7136a92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75d82a4e-a12d-4d61-8f4d-2009a7136a92 .shogun-heading-component h4 {
  color: rgba(31, 77, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-81cc7781-3b29-41da-941f-1932c2320bb0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a0f0b417-0d38-418a-9639-1fae9477b21a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-a0f0b417-0d38-418a-9639-1fae9477b21a img.shogun-image {
    
    width: px;
  }


#s-a0f0b417-0d38-418a-9639-1fae9477b21a .shogun-image-content {
  
    align-items: center;
  
}

#s-35195dbf-f822-46a9-90b1-3299509b89c3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7b390caa-1806-4736-bd1c-734bd979f7e3 {
  padding-left: 20px;
padding-right: 20px;
}

#s-7b390caa-1806-4736-bd1c-734bd979f7e3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-d21da1ca-8d1b-4f02-bf87-7b336bb2fda9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d21da1ca-8d1b-4f02-bf87-7b336bb2fda9 .shogun-heading-component h4 {
  color: rgba(31, 77, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7feaf397-32b7-4c0f-b82c-28c6579ce72a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f12380a0-b5ea-40b9-be4f-22d2564d9613 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-f12380a0-b5ea-40b9-be4f-22d2564d9613 img.shogun-image {
    
    width: px;
  }


#s-f12380a0-b5ea-40b9-be4f-22d2564d9613 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb1faaca-1247-4e58-8f2c-6d83fb5b360c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-5746bf06-e618-48f3-92b3-712b002f8a03 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5746bf06-e618-48f3-92b3-712b002f8a03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5746bf06-e618-48f3-92b3-712b002f8a03.shg-box.shg-c {
  justify-content: center;
}

#s-3b75c38b-d0d6-4ce6-937c-225277487e69 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-3b75c38b-d0d6-4ce6-937c-225277487e69 .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f1fff4e3-3627-4c2e-9862-acebea12c733"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dbb9cd5a-3f73-4351-9d70-a411e19e0f7f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-548c013d-cc5e-465f-980e-e77ee6df1c30 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-548c013d-cc5e-465f-980e-e77ee6df1c30 img.shogun-image {
    
    width: px;
  }


#s-548c013d-cc5e-465f-980e-e77ee6df1c30 .shogun-image-content {
  
    align-items: center;
  
}

#s-5055e2c0-1ac0-48e5-b8b9-573c1dbe1477 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-6ee35dee-a94e-418e-8420-58fdb78723d6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-6ee35dee-a94e-418e-8420-58fdb78723d6 .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: center;
}



#s-b72a771b-5584-43a7-b3f8-04dc4ccd5d4f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-afcb2240-bb40-4d29-b354-635fb26fb9a4 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(71, 5, 9, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(177, 142, 84, 0.2);
}








#s-afcb2240-bb40-4d29-b354-635fb26fb9a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afcb2240-bb40-4d29-b354-635fb26fb9a4.shg-box.shg-c {
  justify-content: center;
}

#s-5fd9a646-46bf-444a-a3b4-c7cc6e0f0989 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-5fd9a646-46bf-444a-a3b4-c7cc6e0f0989 .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-594faa25-cb76-475b-968b-debeb8ce9331 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-26e28670-8eec-47d3-b04a-740972616c68 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-26e28670-8eec-47d3-b04a-740972616c68 img.shogun-image {
    
    width: px;
  }


#s-26e28670-8eec-47d3-b04a-740972616c68 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b423d14-e504-48f7-be78-dafc3142376f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-057bb3c4-20c3-4804-a7cd-3ca06c7f191d {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(71, 5, 9, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(177, 142, 84, 0.2);
}








#s-057bb3c4-20c3-4804-a7cd-3ca06c7f191d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-057bb3c4-20c3-4804-a7cd-3ca06c7f191d.shg-box.shg-c {
  justify-content: center;
}

#s-760003fd-f77b-4ca9-b213-743572d4b7fe {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-760003fd-f77b-4ca9-b213-743572d4b7fe .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1a09cdfb-c684-42e9-b443-40e70cf085cf {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22677047-3ffc-4c17-a0a2-971e0e3f3ebe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-10d6aec9-e65e-4534-b789-92323ed44344 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-10d6aec9-e65e-4534-b789-92323ed44344 img.shogun-image {
    
    width: px;
  }


#s-10d6aec9-e65e-4534-b789-92323ed44344 .shogun-image-content {
  
    align-items: center;
  
}

#s-75e08972-d5b6-4651-bf4e-da713947ebbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75e08972-d5b6-4651-bf4e-da713947ebbb .shogun-heading-component h4 {
  color: rgba(31, 77, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-75e08972-d5b6-4651-bf4e-da713947ebbb .shogun-heading-component h4 a {
  color: rgba(31, 77, 8, 1);
}


#s-831ad2b8-b260-44e4-8ac5-032ce35fdd64 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9d3dc614-ac3d-40cc-b636-705930bc6d48 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-67a94c6d-a286-4631-9c3a-50d3a3debc24 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(71, 5, 9, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(177, 142, 84, 0.2);
}








#s-67a94c6d-a286-4631-9c3a-50d3a3debc24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67a94c6d-a286-4631-9c3a-50d3a3debc24.shg-box.shg-c {
  justify-content: center;
}

#s-9b272e32-76b6-4dcf-bbb2-8c57efca93e7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-9b272e32-76b6-4dcf-bbb2-8c57efca93e7 .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fa92e8f7-3b48-4d5a-bbc3-296dc759a7c4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7d337260-0923-4c20-a44c-174eb31bdf29 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-7d337260-0923-4c20-a44c-174eb31bdf29 img.shogun-image {
    
    width: px;
  }


#s-7d337260-0923-4c20-a44c-174eb31bdf29 .shogun-image-content {
  
    align-items: center;
  
}

#s-45b16903-3759-446e-a0bb-55e03df1469c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-43879c8d-891a-4ca5-abb8-a4a6e0668ab9 {
  border-style: solid;
margin-top: 15px;
margin-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(71, 5, 9, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(177, 142, 84, 0.2);
}








#s-43879c8d-891a-4ca5-abb8-a4a6e0668ab9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43879c8d-891a-4ca5-abb8-a4a6e0668ab9.shg-box.shg-c {
  justify-content: center;
}

#s-beefd4e4-2d91-4bb7-8472-8b598ee97abb {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-beefd4e4-2d91-4bb7-8472-8b598ee97abb .shogun-heading-component h3 {
  color: rgba(71, 5, 9, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d70ebc9e-ee56-40c3-93dd-a4e2ed39da33 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9498ca9-2793-4ecb-bbc6-a7f1ce45bf4b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-156a82bf-79c5-4799-bcc1-7414387037fa {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ff1000a5-009c-4f96-822b-4e25720defd6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-ff1000a5-009c-4f96-822b-4e25720defd6 img.shogun-image {
    
    width: px;
  }


#s-ff1000a5-009c-4f96-822b-4e25720defd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9617a237-29c6-46db-aa81-5958fd800749 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9617a237-29c6-46db-aa81-5958fd800749 .shogun-heading-component h4 {
  color: rgba(31, 77, 8, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-9617a237-29c6-46db-aa81-5958fd800749 .shogun-heading-component h4 a {
  color: rgba(31, 77, 8, 1);
}


#s-eca93fa4-528b-4bfe-bd2e-0776c1e9ae81 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-eca93fa4-528b-4bfe-bd2e-0776c1e9ae81 .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: center;
}



#s-a5442e0d-1332-46ff-87e8-93682657d0fc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ed2d92a7-0cf3-4076-89a1-52b66531ffe5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-ed2d92a7-0cf3-4076-89a1-52b66531ffe5 .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: center;
}



#s-e024addd-05da-41be-a902-29f7c2a2a817 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

.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-3fc78dae-25a1-451a-a467-48c3e28a9df5 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3fc78dae-25a1-451a-a467-48c3e28a9df5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-3fc78dae-25a1-451a-a467-48c3e28a9df5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(166, 177, 88, 0.1);
  padding: 10px;
}

#s-3fc78dae-25a1-451a-a467-48c3e28a9df5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(71, 5, 9, 1);
}

#s-3fc78dae-25a1-451a-a467-48c3e28a9df5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-3fc78dae-25a1-451a-a467-48c3e28a9df5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(71, 5, 9, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-3fc78dae-25a1-451a-a467-48c3e28a9df5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-e4e806ce-db3b-45f8-9c18-8da1f6e4de94 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-69902390-fb51-439b-be6c-4ffd94e59865 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b79c5a47-87d6-49b9-bd6c-3174c75455c5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c267e1d1-754f-4f10-b71e-2df356a4654c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-c267e1d1-754f-4f10-b71e-2df356a4654c .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: center;
}



#s-b7c2a4e4-6673-46e0-bbae-5c079664f871 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-010594a7-3341-409b-8257-d028702f494f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-010594a7-3341-409b-8257-d028702f494f img.shogun-image {
    
    width: px;
  }


#s-010594a7-3341-409b-8257-d028702f494f .shogun-image-content {
  
    align-items: center;
  
}

#s-3a448921-5865-4fa6-93e5-c331d8ba678a {
  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;
  }
}

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