.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-10f3da99-badb-4e53-8b6f-f6a04e075ed2 {
  min-height: 50px;
}








#s-10f3da99-badb-4e53-8b6f-f6a04e075ed2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10f3da99-badb-4e53-8b6f-f6a04e075ed2.shg-box.shg-c {
  justify-content: center;
}

#s-02ee5cfd-5665-43be-8d68-ab1f840760d9 {
  min-height: 50px;
}








#s-02ee5cfd-5665-43be-8d68-ab1f840760d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02ee5cfd-5665-43be-8d68-ab1f840760d9.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-fd444027-e5b7-45f0-805d-aeb17374833b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-fd444027-e5b7-45f0-805d-aeb17374833b img.shogun-image {
    
    width: px;
  }


#s-fd444027-e5b7-45f0-805d-aeb17374833b .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-bef838a9-7737-422e-9e01-b02753c8b261 {
  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-30007141-8220-4d39-b894-39c8dc8975ba {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-30007141-8220-4d39-b894-39c8dc8975ba .shogun-heading-component h2 {
  color: rgba(102, 19, 6, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-97c67be5-d9e7-408f-99a4-8d573a2f55fa {
  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-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dc012f07-dede-49ce-9d54-ed6424c5e2bb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9f4e8a45-3290-414d-be0b-8eb6938f60e2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-15102fe7-28d6-49b6-ba23-699a30006b94 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-15102fe7-28d6-49b6-ba23-699a30006b94 img.shogun-image {
    
    width: px;
  }


#s-15102fe7-28d6-49b6-ba23-699a30006b94 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bb09dd5-be4d-454c-9214-74fd0b56c13e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-316b7c28-05bd-4608-b69b-66ebcf1575dc {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-316b7c28-05bd-4608-b69b-66ebcf1575dc .shogun-heading-component h2 {
  color: rgba(102, 19, 6, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1f200c30-cd16-45fe-98ce-ddb2fb4316b5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-1b8dd41c-9215-4658-aea5-1b585e15aa62 {
  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(19, 20, 77, 1);
border-style: solid;
min-height: 50px;
}








#s-1b8dd41c-9215-4658-aea5-1b585e15aa62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b8dd41c-9215-4658-aea5-1b585e15aa62.shg-box.shg-c {
  justify-content: center;
}

#s-be9c916c-5bf6-4b53-a1d1-de300dfab850 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(19, 20, 77, 1);
}

#s-be9c916c-5bf6-4b53-a1d1-de300dfab850 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c3c6c4f5-1588-4d47-b7a7-c0076665c4cc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-05170a29-06ab-4720-94bd-a443a2179bae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-84fac7e7-8e97-4990-8148-2ef1c11495a6 {
  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(230, 134, 5, 1);
border-style: solid;
text-align: center;
}




  #s-84fac7e7-8e97-4990-8148-2ef1c11495a6 img.shogun-image {
    
    width: px;
  }


#s-84fac7e7-8e97-4990-8148-2ef1c11495a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ffefc60-2233-4ed6-be61-48f3686d5658 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(243, 239, 225, 1);
}








#s-7ffefc60-2233-4ed6-be61-48f3686d5658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ffefc60-2233-4ed6-be61-48f3686d5658.shg-box.shg-c {
  justify-content: center;
}

#s-ce612f12-2505-416f-ba8b-8dd5b662e6f8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b9bff35f-46e5-403d-923f-6dd715386cbf {
  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(19, 20, 77, 1);
border-style: solid;
min-height: 50px;
}








#s-b9bff35f-46e5-403d-923f-6dd715386cbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9bff35f-46e5-403d-923f-6dd715386cbf.shg-box.shg-c {
  justify-content: center;
}

#s-59bfb7ae-e335-461f-ac97-940c6d6ca1b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(19, 20, 77, 1);
}

#s-59bfb7ae-e335-461f-ac97-940c6d6ca1b7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-385cc4ac-8c4d-4af5-ba27-14a1bc7b423c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb9ebc42-dbaa-43ca-8cae-8baf6c41f073"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-abcfb9c8-f3c3-4051-b921-b3ef2203e1bd {
  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(230, 134, 5, 1);
border-style: solid;
text-align: center;
}




  #s-abcfb9c8-f3c3-4051-b921-b3ef2203e1bd img.shogun-image {
    
    width: px;
  }


#s-abcfb9c8-f3c3-4051-b921-b3ef2203e1bd .shogun-image-content {
  
    align-items: center;
  
}

#s-53cbe32a-46aa-42f6-a3b2-6cd8cee25142 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(243, 239, 225, 1);
}








#s-53cbe32a-46aa-42f6-a3b2-6cd8cee25142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53cbe32a-46aa-42f6-a3b2-6cd8cee25142.shg-box.shg-c {
  justify-content: center;
}

#s-b1b605cf-dba6-419c-8846-5bb93049b9a2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b17588f9-6303-4333-82b9-7fe47c89a7f1 {
  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(19, 20, 77, 1);
border-style: solid;
min-height: 50px;
}








#s-b17588f9-6303-4333-82b9-7fe47c89a7f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b17588f9-6303-4333-82b9-7fe47c89a7f1.shg-box.shg-c {
  justify-content: center;
}

#s-a6d084b7-633b-4866-85e5-1390ef17379c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(19, 20, 77, 1);
}

#s-a6d084b7-633b-4866-85e5-1390ef17379c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dacdf27c-ddf4-4ccb-8aaa-343ea7ee892b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bf922714-073c-49b4-935e-8eae8fd7a81f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bfb4291d-14db-4141-b639-38aee74d034d {
  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(230, 134, 5, 1);
border-style: solid;
text-align: center;
}




  #s-bfb4291d-14db-4141-b639-38aee74d034d img.shogun-image {
    
    width: px;
  }


#s-bfb4291d-14db-4141-b639-38aee74d034d .shogun-image-content {
  
    align-items: center;
  
}

#s-58255030-d5e7-4fa2-98ea-326d9c8e0d74 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(243, 239, 225, 1);
}








#s-58255030-d5e7-4fa2-98ea-326d9c8e0d74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58255030-d5e7-4fa2-98ea-326d9c8e0d74.shg-box.shg-c {
  justify-content: center;
}

#s-a47505d2-8669-419c-98fc-868777b72af0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ad299939-7049-42e4-94ba-be8adad61197 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-4ffbfa9a-9911-4df8-9298-83d0b522c933 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4ffbfa9a-9911-4df8-9298-83d0b522c933 .shogun-heading-component h2 {
  color: rgba(102, 19, 6, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c911c2a8-3cce-4b45-85dc-faca8d7cedf2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b5057dee-7da3-403b-b17b-81a29530843d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cbada38d-010d-4fc6-821e-8dee81892cb9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d9510b27-e413-4318-b1b4-815ebc89dc4a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-d9510b27-e413-4318-b1b4-815ebc89dc4a img.shogun-image {
    
    width: px;
  }


#s-d9510b27-e413-4318-b1b4-815ebc89dc4a .shogun-image-content {
  
    align-items: center;
  
}

#s-9b2f3b86-8c17-4515-be99-eda01ce52e6d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-0b3dd72d-c79d-45db-b149-3016ecd7f573 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(221, 221, 221, 0.5);
}








#s-0b3dd72d-c79d-45db-b149-3016ecd7f573 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b3dd72d-c79d-45db-b149-3016ecd7f573.shg-box.shg-c {
  justify-content: center;
}

#s-6aa51537-959d-49ab-995f-c40fe308d1ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6aa51537-959d-49ab-995f-c40fe308d1ab .shogun-heading-component h3 {
  color: rgba(19, 20, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-64aa1e31-f578-4a64-b018-d5fde6fb457c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-5b04b4f9-a764-46ea-9e02-a7d194e57381 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-5b04b4f9-a764-46ea-9e02-a7d194e57381 img.shogun-image {
    
    width: px;
  }


#s-5b04b4f9-a764-46ea-9e02-a7d194e57381 .shogun-image-content {
  
    align-items: center;
  
}

#s-880c84e4-4a0d-4e1e-9764-45c93508010d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b6b609e6-059f-49ff-ba00-4b4eadf037a0 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(221, 221, 221, 0.5);
}








#s-b6b609e6-059f-49ff-ba00-4b4eadf037a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6b609e6-059f-49ff-ba00-4b4eadf037a0.shg-box.shg-c {
  justify-content: center;
}

#s-f3c2ef6a-97f0-4d0b-85f8-c7750c78cb74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3c2ef6a-97f0-4d0b-85f8-c7750c78cb74 .shogun-heading-component h3 {
  color: rgba(19, 20, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6057dd88-dfda-45d1-a390-3c3f522a4066 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-49e141fa-e64e-4f0f-89ac-85bb1ec9b949 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-49e141fa-e64e-4f0f-89ac-85bb1ec9b949 img.shogun-image {
    
    width: px;
  }


#s-49e141fa-e64e-4f0f-89ac-85bb1ec9b949 .shogun-image-content {
  
    align-items: center;
  
}

#s-b238cab8-90d5-4949-8694-7b4930c768c7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-16c9e4a7-7382-4e54-809b-cc57b4676013 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(221, 221, 221, 0.5);
}








#s-16c9e4a7-7382-4e54-809b-cc57b4676013 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16c9e4a7-7382-4e54-809b-cc57b4676013.shg-box.shg-c {
  justify-content: center;
}

#s-aa70d316-a414-4fcb-a5bd-ed82c31737e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa70d316-a414-4fcb-a5bd-ed82c31737e3 .shogun-heading-component h3 {
  color: rgba(19, 20, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c48e1e46-f740-488e-9141-72bb778552b6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d531b043-13fe-4edd-8df8-9ccfdc5d51c4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-d531b043-13fe-4edd-8df8-9ccfdc5d51c4 img.shogun-image {
    
    width: px;
  }


#s-d531b043-13fe-4edd-8df8-9ccfdc5d51c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d616d9b1-dd82-46f7-a73c-9d74e868f1d0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-8b83b044-5762-4f40-87a8-463ff14b4e37 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-e3e97e5f-05e5-471f-aba8-fe3292bc0d80 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e3e97e5f-05e5-471f-aba8-fe3292bc0d80 .shogun-heading-component h2 {
  color: rgba(102, 19, 6, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-627e6676-1d3e-4d9c-a29f-e2b10ed89573 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-4ddbaf70-f912-4a6d-abf7-96b02b1d5a12 {
  border-style: solid;
margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(19, 20, 77, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(19, 20, 77, 1);
}








#s-4ddbaf70-f912-4a6d-abf7-96b02b1d5a12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ddbaf70-f912-4a6d-abf7-96b02b1d5a12.shg-box.shg-c {
  justify-content: center;
}

#s-b71ff56d-d090-40f7-b546-b1e1dcbd7ac5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(19, 20, 77, 1);
}

#s-b71ff56d-d090-40f7-b546-b1e1dcbd7ac5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bf9a947e-f213-49ea-9aa5-ecd9a8e76949 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dd9279f2-2915-4f3e-beb2-3145e34dc898"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8bb521bc-3c9a-4571-808e-15bf96c06159 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-8bb521bc-3c9a-4571-808e-15bf96c06159 img.shogun-image {
    
    width: px;
  }


#s-8bb521bc-3c9a-4571-808e-15bf96c06159 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5788ee9-63f0-4d6f-84ad-bc8896cf838c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b36e997b-feac-4c32-87a7-9835c23b4afa {
  border-style: solid;
margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(19, 20, 77, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b36e997b-feac-4c32-87a7-9835c23b4afa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b36e997b-feac-4c32-87a7-9835c23b4afa.shg-box.shg-c {
  justify-content: center;
}

#s-5284ed61-4146-487d-ab83-cd958cb0f003 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(19, 20, 77, 1);
}

#s-5284ed61-4146-487d-ab83-cd958cb0f003 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e16b4b9d-0680-4b29-a5b5-ffe74622a80a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cf539632-5b6b-4ab4-852c-2f38706b35ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-81c5fa41-708c-4c6f-94a6-5dad80bee495 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-2c3072bb-b542-4713-871d-556ba478b0d1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-2c3072bb-b542-4713-871d-556ba478b0d1 img.shogun-image {
    
    width: px;
  }


#s-2c3072bb-b542-4713-871d-556ba478b0d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-eae9ed03-f66a-40c8-b532-f6e3d5210763 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-4b8e49fb-2a76-4070-acef-90c7baa387fc {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(19, 20, 77, 1);
}








#s-4b8e49fb-2a76-4070-acef-90c7baa387fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b8e49fb-2a76-4070-acef-90c7baa387fc.shg-box.shg-c {
  justify-content: center;
}

#s-95a5be0c-112c-4f36-8574-4af6d4aa749d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95a5be0c-112c-4f36-8574-4af6d4aa749d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b98ed1a3-5ffc-4a27-abd4-95d03558f266 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-92d1b8f7-2c9b-4269-8d27-5179e0e6a578"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5956f5ba-1a22-40df-8343-9dd2358f7e23 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-5956f5ba-1a22-40df-8343-9dd2358f7e23 img.shogun-image {
    
    width: px;
  }


#s-5956f5ba-1a22-40df-8343-9dd2358f7e23 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3bdffea-b366-4d6f-a713-5631af0946b3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a54f2300-c3d5-4272-baaa-0bf476ef8ba4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a6359ceb-b5e4-4023-97bd-a879057e1a25 {
  border-style: solid;
margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(19, 20, 77, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a6359ceb-b5e4-4023-97bd-a879057e1a25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6359ceb-b5e4-4023-97bd-a879057e1a25.shg-box.shg-c {
  justify-content: center;
}

#s-92567023-2fa4-41e0-ac05-8e6a8d437fe8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(19, 20, 77, 1);
}

#s-92567023-2fa4-41e0-ac05-8e6a8d437fe8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-11a45dd5-1d1d-400e-bc1d-0958ecd6762b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f7b466f8-e883-4a34-8222-dacac7c536ba {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(19, 20, 77, 1);
}








#s-f7b466f8-e883-4a34-8222-dacac7c536ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7b466f8-e883-4a34-8222-dacac7c536ba.shg-box.shg-c {
  justify-content: center;
}

#s-65dc0ece-7308-4d57-8ee7-5e725e9ca80d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65dc0ece-7308-4d57-8ee7-5e725e9ca80d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-10339a04-867c-4cc1-81c6-23ade9a1d672 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ace5e983-b4bd-4dd6-a991-4030804913a4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-ace5e983-b4bd-4dd6-a991-4030804913a4 img.shogun-image {
    
    width: px;
  }


#s-ace5e983-b4bd-4dd6-a991-4030804913a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-580bf926-44c5-4835-bf8e-024986ad0aae {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-dc18d9ad-0bd7-4789-9c86-7a6fda334f5f {
  border-style: solid;
margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(19, 20, 77, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dc18d9ad-0bd7-4789-9c86-7a6fda334f5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc18d9ad-0bd7-4789-9c86-7a6fda334f5f.shg-box.shg-c {
  justify-content: center;
}

#s-5a09f5dd-4a93-48be-b9c8-4f6859738fcc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(19, 20, 77, 1);
}

#s-5a09f5dd-4a93-48be-b9c8-4f6859738fcc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3af19230-2625-45b0-b7aa-0a616175381b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4adde650-def4-4cb7-b18f-b999277ff114"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-551969e8-ab1e-4bad-94b0-98c365c6464e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-15d54378-30c2-4199-9425-8b7188ee0c63 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-15d54378-30c2-4199-9425-8b7188ee0c63 img.shogun-image {
    
    width: px;
  }


#s-15d54378-30c2-4199-9425-8b7188ee0c63 .shogun-image-content {
  
    align-items: center;
  
}

#s-6381b5ef-7d86-4a49-ba80-60350e4a9597 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-55f07a9c-c642-44f3-b0fc-fc122d2e2930 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(19, 20, 77, 1);
}








#s-55f07a9c-c642-44f3-b0fc-fc122d2e2930 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55f07a9c-c642-44f3-b0fc-fc122d2e2930.shg-box.shg-c {
  justify-content: center;
}

#s-66da3c96-c3fa-4b57-b0be-dfc273c1fe66 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-66da3c96-c3fa-4b57-b0be-dfc273c1fe66 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c46baa48-8b9a-4465-bdbf-373d9aa04942 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7a1a9bcb-6256-4d9f-8a65-24e80dcc7539"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e4a71f8c-7ee2-46f9-8060-bf04023c1ed8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-e4a71f8c-7ee2-46f9-8060-bf04023c1ed8 img.shogun-image {
    
    width: px;
  }


#s-e4a71f8c-7ee2-46f9-8060-bf04023c1ed8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8791c476-8cee-4ac0-935c-095ae6615614 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-4933f423-54d3-4c5e-a270-2ad405e89d10 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-6c17ae65-f854-413b-a113-133b0bdf613b {
  border-style: solid;
margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(19, 20, 77, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6c17ae65-f854-413b-a113-133b0bdf613b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c17ae65-f854-413b-a113-133b0bdf613b.shg-box.shg-c {
  justify-content: center;
}

#s-8049094b-dd1c-45c4-9dbf-02568a3e4368 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(19, 20, 77, 1);
}

#s-8049094b-dd1c-45c4-9dbf-02568a3e4368 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9cb086c3-45ad-4a97-a480-79922067a968 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-69c39252-e29c-422c-9b5f-92e551f5b1b2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3a436f62-547e-4e4f-a0ea-f2b4838cccdd {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-0436d13b-a929-4766-adad-96e291ad20ef {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-0436d13b-a929-4766-adad-96e291ad20ef img.shogun-image {
    
    width: px;
  }


#s-0436d13b-a929-4766-adad-96e291ad20ef .shogun-image-content {
  
    align-items: center;
  
}

#s-230c38b7-cdec-4f66-802b-d2382fbdaced {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-fff70a6f-a7a8-49fc-971f-9403d2029448 {
  margin-top: 15px;
margin-left: 10px;
margin-bottom: 15px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(221, 221, 221, 0.5);
}








#s-fff70a6f-a7a8-49fc-971f-9403d2029448 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fff70a6f-a7a8-49fc-971f-9403d2029448.shg-box.shg-c {
  justify-content: center;
}

#s-b3a70c5b-014e-4235-92bf-f944d292f20c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3a70c5b-014e-4235-92bf-f944d292f20c .shogun-heading-component h3 {
  color: rgba(19, 20, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-497e88fd-7fbe-49fd-ab0f-a16d81cfa3f7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9923f7c7-e38b-408e-afc4-fc3e6227cc2f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9923f7c7-e38b-408e-afc4-fc3e6227cc2f .shogun-heading-component h2 {
  color: rgba(102, 19, 6, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-cda8311d-fcf9-46f5-96b7-c5d007fd8a28 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e21f602b-879f-4d38-bd39-68a63501c584"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e7ae80c6-781c-4664-ae25-5add5c2d1dde {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-e7ae80c6-781c-4664-ae25-5add5c2d1dde img.shogun-image {
    
    width: px;
  }


#s-e7ae80c6-781c-4664-ae25-5add5c2d1dde .shogun-image-content {
  
    align-items: center;
  
}

#s-0ce8ea39-9a51-4469-bd89-ea0e2030d22f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7d4a2e7e-3ca7-477a-908d-3cbbc961d5db {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e756a471-1f63-44e9-9ef7-db822b93d2ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-34a30a7c-7035-4211-80af-4464e78a5bf4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-39ac1f85-d326-4f84-a335-96d6da1db44c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-39ac1f85-d326-4f84-a335-96d6da1db44c img.shogun-image {
    
    width: px;
  }


#s-39ac1f85-d326-4f84-a335-96d6da1db44c .shogun-image-content {
  
    align-items: center;
  
}

#s-0caf656d-a94c-47c6-9b51-cd85936a44a5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}

#s-0caf656d-a94c-47c6-9b51-cd85936a44a5 .shogun-heading-component h4 {
  color: rgba(19, 20, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0caf656d-a94c-47c6-9b51-cd85936a44a5 .shogun-heading-component h4 a {
  color: rgba(19, 20, 77, 1);
}


#s-60839eff-07a5-4096-9fe8-ffa8a785cefe {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-4830d357-0ebe-421c-b295-07f6550c525c {
  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(19, 20, 77, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4830d357-0ebe-421c-b295-07f6550c525c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4830d357-0ebe-421c-b295-07f6550c525c.shg-box.shg-c {
  justify-content: center;
}

#s-a8787587-eb79-4486-8980-607833ad9eb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(19, 20, 77, 1);
}

#s-a8787587-eb79-4486-8980-607833ad9eb7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b15643cf-d0b8-4d67-966c-3257d9a6a5f4 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-b15643cf-d0b8-4d67-966c-3257d9a6a5f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b15643cf-d0b8-4d67-966c-3257d9a6a5f4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ee77d7d-973f-4d04-a3a6-bd606ee9f4e6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4dcd40bd-339e-46e4-b417-aa7021341afe {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-4dcd40bd-339e-46e4-b417-aa7021341afe .shogun-icon-wrapper {
  text-align: center;
}


#s-4dcd40bd-339e-46e4-b417-aa7021341afe .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(19, 20, 77, 1);
}

#s-0b3682cb-bbcb-4553-bb59-d09547946759 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-0b3682cb-bbcb-4553-bb59-d09547946759 .shogun-heading-component h4 {
  color: rgba(19, 20, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-27b93339-26a7-4c6d-8c72-26543a274310 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-42a52f31-77ea-4c0a-8683-db40261f1f23 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-42a52f31-77ea-4c0a-8683-db40261f1f23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42a52f31-77ea-4c0a-8683-db40261f1f23.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-821a9008-775e-4ef1-bede-ac5a6a379367"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1a4e9829-1699-44f7-8e3c-13910b93e7e9 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1a4e9829-1699-44f7-8e3c-13910b93e7e9 .shogun-icon-wrapper {
  text-align: center;
}


#s-1a4e9829-1699-44f7-8e3c-13910b93e7e9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(19, 20, 77, 1);
}

#s-0af93f50-809b-43eb-abca-efe9a27e2f89 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-0af93f50-809b-43eb-abca-efe9a27e2f89 .shogun-heading-component h4 {
  color: rgba(19, 20, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9d86742e-a613-4c12-b5fc-4a2313528167 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-38b500b2-dd75-4b13-8704-63a8ab62855f {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-38b500b2-dd75-4b13-8704-63a8ab62855f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38b500b2-dd75-4b13-8704-63a8ab62855f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3c9b86b5-a73f-4662-9fbd-9cdcfd3d0786"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-740af7ee-47f0-4c96-904f-4f7fb4454202 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-740af7ee-47f0-4c96-904f-4f7fb4454202 .shogun-icon-wrapper {
  text-align: center;
}


#s-740af7ee-47f0-4c96-904f-4f7fb4454202 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(19, 20, 77, 1);
}

#s-16bc6192-8839-41f8-8b24-aa0492a702e5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-16bc6192-8839-41f8-8b24-aa0492a702e5 .shogun-heading-component h4 {
  color: rgba(19, 20, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ad53694c-47d7-46af-a668-2bd63fd4ce3f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-1c40228b-b7f0-47f2-9793-ff997688af1b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-1c40228b-b7f0-47f2-9793-ff997688af1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c40228b-b7f0-47f2-9793-ff997688af1b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a4a1172a-7ad5-4f35-bcf6-083e13b5f8e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1f3cc180-e20b-4e51-b556-4fa25b1a8d0c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1f3cc180-e20b-4e51-b556-4fa25b1a8d0c .shogun-icon-wrapper {
  text-align: center;
}


#s-1f3cc180-e20b-4e51-b556-4fa25b1a8d0c .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(19, 20, 77, 1);
}

#s-ce4bc950-8c95-473c-8509-282b7e4a66bf {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-ce4bc950-8c95-473c-8509-282b7e4a66bf .shogun-heading-component h4 {
  color: rgba(19, 20, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ef9415bb-9bf9-413f-84ce-cc346d4beeec {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a46d43a0-08fe-4d94-ab88-8649ab1830e3 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-a46d43a0-08fe-4d94-ab88-8649ab1830e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a46d43a0-08fe-4d94-ab88-8649ab1830e3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16fa1e44-d52f-4f60-abe6-172e8fed0de1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-022ee5fe-75dd-4345-b90d-1de6b158c12b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-022ee5fe-75dd-4345-b90d-1de6b158c12b .shogun-icon-wrapper {
  text-align: center;
}


#s-022ee5fe-75dd-4345-b90d-1de6b158c12b .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(19, 20, 77, 1);
}

#s-4df7ade5-a7cd-49c3-91f3-eb7dec9604c3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-4df7ade5-a7cd-49c3-91f3-eb7dec9604c3 .shogun-heading-component h4 {
  color: rgba(19, 20, 77, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-11dac921-3fbc-4079-a7b5-4e2cc61f7083 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a166228a-13e1-4343-afff-e1ae621eab43 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a166228a-13e1-4343-afff-e1ae621eab43 .shogun-heading-component h2 {
  color: rgba(102, 19, 6, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-ce8fd99f-d40a-426a-9f56-ccabae4db280 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ce8fd99f-d40a-426a-9f56-ccabae4db280 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-ce8fd99f-d40a-426a-9f56-ccabae4db280 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(243, 239, 225, 1);
  padding: 10px;
}

#s-ce8fd99f-d40a-426a-9f56-ccabae4db280 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(19, 20, 77, 1);
}

#s-ce8fd99f-d40a-426a-9f56-ccabae4db280 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ce8fd99f-d40a-426a-9f56-ccabae4db280 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(19, 20, 77, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-ce8fd99f-d40a-426a-9f56-ccabae4db280 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-0f26e752-1e24-4123-b2e6-2334e1b53d38 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-005a01b8-9838-4b6b-9c5e-eec57df0318d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-df4a4743-6413-457c-9586-babe32bdb431 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-68a3a90a-d95c-4bda-82c7-3a009594327c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-538536ce-0fdc-435d-adfb-06d64e9477aa {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a405b204-11b0-4ec5-8a51-8befa34a6957 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9c18c7d3-a25b-4641-815d-8959145361e4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c4d50ad9-40fa-488c-aeda-d9d7a05ced90 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c4d50ad9-40fa-488c-aeda-d9d7a05ced90 .shogun-heading-component h2 {
  color: rgba(102, 19, 6, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e7696dbc-5fc2-4969-b457-d2c9506695a4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-4fdda49e-3959-4eb7-9312-6b88cc208a7a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-4fdda49e-3959-4eb7-9312-6b88cc208a7a img.shogun-image {
    
    width: px;
  }


#s-4fdda49e-3959-4eb7-9312-6b88cc208a7a .shogun-image-content {
  
    align-items: center;
  
}

#s-bf8cd7c4-fb85-4d69-a2ee-ce0ce0be8cc7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
