.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-37e98219-25fa-4a03-9565-0f21c6193d6b {
  min-height: 50px;
}








#s-37e98219-25fa-4a03-9565-0f21c6193d6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37e98219-25fa-4a03-9565-0f21c6193d6b.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-3d89dd00-0c5b-4333-96cc-0bd607f9cbc4 {
  margin-top: 0em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3d89dd00-0c5b-4333-96cc-0bd607f9cbc4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-af5693f1-a6de-4dcf-aa8d-9abbc268543e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 160px;
max-width: 1650px;
}








#s-af5693f1-a6de-4dcf-aa8d-9abbc268543e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af5693f1-a6de-4dcf-aa8d-9abbc268543e.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-41f00421-b185-4cfd-9279-095a72fa29fb {
  text-align: center;
}
@media (max-width: 767px){#s-41f00421-b185-4cfd-9279-095a72fa29fb {
  display: none;
}
#s-41f00421-b185-4cfd-9279-095a72fa29fb, #wrap-s-41f00421-b185-4cfd-9279-095a72fa29fb { display:none !important; }}



  #s-41f00421-b185-4cfd-9279-095a72fa29fb img.shogun-image {
    
    width: px;
  }


#s-41f00421-b185-4cfd-9279-095a72fa29fb .shogun-image-content {
  
    align-items: center;
  
}

#s-637fb09e-c29b-4036-a88a-918b19eb7088 {
  text-align: center;
}
@media (min-width: 1200px){#s-637fb09e-c29b-4036-a88a-918b19eb7088 {
  display: none;
}
#s-637fb09e-c29b-4036-a88a-918b19eb7088, #wrap-s-637fb09e-c29b-4036-a88a-918b19eb7088 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-637fb09e-c29b-4036-a88a-918b19eb7088 {
  display: none;
}
#s-637fb09e-c29b-4036-a88a-918b19eb7088, #wrap-s-637fb09e-c29b-4036-a88a-918b19eb7088 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-637fb09e-c29b-4036-a88a-918b19eb7088 {
  display: none;
}
#s-637fb09e-c29b-4036-a88a-918b19eb7088, #wrap-s-637fb09e-c29b-4036-a88a-918b19eb7088 { display:none !important; }}@media (max-width: 767px){#s-637fb09e-c29b-4036-a88a-918b19eb7088 {
  
}
}



  #s-637fb09e-c29b-4036-a88a-918b19eb7088 img.shogun-image {
    
    width: px;
  }


#s-637fb09e-c29b-4036-a88a-918b19eb7088 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad017eba-2d4d-49ed-8e52-e99dc0d32cd2 {
  margin-top: 3em;
margin-left: 3em;
margin-bottom: 4em;
margin-right: 3em;
min-height: 50px;
}
@media (max-width: 767px){#s-ad017eba-2d4d-49ed-8e52-e99dc0d32cd2 {
  display: none;
}
#s-ad017eba-2d4d-49ed-8e52-e99dc0d32cd2, #wrap-s-ad017eba-2d4d-49ed-8e52-e99dc0d32cd2 { display:none !important; }}







#s-ad017eba-2d4d-49ed-8e52-e99dc0d32cd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad017eba-2d4d-49ed-8e52-e99dc0d32cd2.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a35201da-05e8-4115-86e7-9f975eaba104"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5f940ac6-a9a5-4a67-80c6-dbcbdd2000bc {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5f940ac6-a9a5-4a67-80c6-dbcbdd2000bc .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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-a4b1e520-07d2-46a1-a371-66217d34e8e5 {
  margin-top: 1em;
text-align: left;
}




  #s-a4b1e520-07d2-46a1-a371-66217d34e8e5 img.shogun-image {
    
    width: px;
  }


#s-a4b1e520-07d2-46a1-a371-66217d34e8e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4ade859-c93d-4025-8dee-8c154e86e4ae {
  min-height: 50px;
}








#s-f4ade859-c93d-4025-8dee-8c154e86e4ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4ade859-c93d-4025-8dee-8c154e86e4ae.shg-box.shg-c {
  justify-content: center;
}

#s-a8dfc770-1b7b-41b0-95de-3f46508d5705 {
  text-align: center;
}




  #s-a8dfc770-1b7b-41b0-95de-3f46508d5705 img.shogun-image {
    
    width: px;
  }


#s-a8dfc770-1b7b-41b0-95de-3f46508d5705 .shogun-image-content {
  
    align-items: center;
  
}

#s-bbc88b2b-a908-4044-9f60-1bb2f088546b {
  margin-top: 2em;
margin-left: 0em;
margin-bottom: 4em;
margin-right: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-bbc88b2b-a908-4044-9f60-1bb2f088546b {
  display: none;
}
#s-bbc88b2b-a908-4044-9f60-1bb2f088546b, #wrap-s-bbc88b2b-a908-4044-9f60-1bb2f088546b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bbc88b2b-a908-4044-9f60-1bb2f088546b {
  display: none;
}
#s-bbc88b2b-a908-4044-9f60-1bb2f088546b, #wrap-s-bbc88b2b-a908-4044-9f60-1bb2f088546b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bbc88b2b-a908-4044-9f60-1bb2f088546b {
  display: none;
}
#s-bbc88b2b-a908-4044-9f60-1bb2f088546b, #wrap-s-bbc88b2b-a908-4044-9f60-1bb2f088546b { display:none !important; }}@media (max-width: 767px){#s-bbc88b2b-a908-4044-9f60-1bb2f088546b {
  
}
}







#s-bbc88b2b-a908-4044-9f60-1bb2f088546b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbc88b2b-a908-4044-9f60-1bb2f088546b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9986b53a-25dd-4d23-aaff-0dd7949fccc1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ba450a79-b68e-4ecd-a44c-e924349f22f4 {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ba450a79-b68e-4ecd-a44c-e924349f22f4 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b6085acd-2717-456c-834e-e891bdc5de38 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-b6085acd-2717-456c-834e-e891bdc5de38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6085acd-2717-456c-834e-e891bdc5de38.shg-box.shg-c {
  justify-content: center;
}

#s-272633cd-191d-4cb2-8148-f701d299fa13 {
  padding-left: 3em;
padding-right: 3em;
text-align: center;
}




  #s-272633cd-191d-4cb2-8148-f701d299fa13 img.shogun-image {
    
    width: px;
  }


#s-272633cd-191d-4cb2-8148-f701d299fa13 .shogun-image-content {
  
    align-items: center;
  
}

#s-88e40e39-074f-4626-8a3b-b9775bce99d3 {
  text-align: left;
}




  #s-88e40e39-074f-4626-8a3b-b9775bce99d3 img.shogun-image {
    
    width: px;
  }


#s-88e40e39-074f-4626-8a3b-b9775bce99d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a99d7ad3-fce7-4297-998d-628f17c617b3 {
  margin-top: 0em;
margin-bottom: 2px;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}








#s-a99d7ad3-fce7-4297-998d-628f17c617b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a99d7ad3-fce7-4297-998d-628f17c617b3.shg-box.shg-c {
  justify-content: center;
}

#s-32325ae7-5e6c-4905-a7b1-bcb6a45f5704 {
  padding-left: 1em;
padding-right: 1em;
}

#s-38f5bce0-5d19-4757-82bd-969a9353f4ff {
  margin-top: 2em;
margin-bottom: 0em;
padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-38f5bce0-5d19-4757-82bd-969a9353f4ff {
  display: none;
}
#s-38f5bce0-5d19-4757-82bd-969a9353f4ff, #wrap-s-38f5bce0-5d19-4757-82bd-969a9353f4ff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38f5bce0-5d19-4757-82bd-969a9353f4ff {
  display: none;
}
#s-38f5bce0-5d19-4757-82bd-969a9353f4ff, #wrap-s-38f5bce0-5d19-4757-82bd-969a9353f4ff { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38f5bce0-5d19-4757-82bd-969a9353f4ff {
  
}
}@media (max-width: 767px){#s-38f5bce0-5d19-4757-82bd-969a9353f4ff {
  display: none;
}
#s-38f5bce0-5d19-4757-82bd-969a9353f4ff, #wrap-s-38f5bce0-5d19-4757-82bd-969a9353f4ff { display:none !important; }}







#s-38f5bce0-5d19-4757-82bd-969a9353f4ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38f5bce0-5d19-4757-82bd-969a9353f4ff.shg-box.shg-c {
  justify-content: center;
}

#s-8108ccc0-0cfc-49d2-ae58-eb85ce744c5e {
  margin-bottom: 0em;
min-height: 50px;
}








#s-8108ccc0-0cfc-49d2-ae58-eb85ce744c5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8108ccc0-0cfc-49d2-ae58-eb85ce744c5e.shg-box.shg-c {
  justify-content: center;
}

#s-cb666d0b-0677-40fb-825a-5409d1d7cb6c {
  margin-top: 1em;
}

#s-b535eba6-4893-4a6a-b12d-c800365c87ba {
  margin-top: 0em;
margin-bottom: 1em;
}

#s-b535eba6-4893-4a6a-b12d-c800365c87ba hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-36465ff0-35e3-4e8c-a82d-dd353ed6911b {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-36465ff0-35e3-4e8c-a82d-dd353ed6911b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bbff4955-b5c3-4453-97ed-4229b650c40e {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-bbff4955-b5c3-4453-97ed-4229b650c40e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbff4955-b5c3-4453-97ed-4229b650c40e.shg-box.shg-c {
  justify-content: center;
}

#s-889e13bf-8361-4e25-8c14-f60eb6a34df0 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}




  #s-889e13bf-8361-4e25-8c14-f60eb6a34df0 img.shogun-image {
    
    width: px;
  }


#s-889e13bf-8361-4e25-8c14-f60eb6a34df0 .shogun-image-content {
  
    align-items: center;
  
}

#s-51533d6d-58da-4aaa-ac0e-a75b3ac14d66 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-51533d6d-58da-4aaa-ac0e-a75b3ac14d66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51533d6d-58da-4aaa-ac0e-a75b3ac14d66.shg-box.shg-c {
  justify-content: center;
}

#s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20 {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-b629f460-9e1c-4ca5-8ec4-a154f4cb9c20"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-bd422c8f-b9cc-4a4b-a3d1-4f7a18966f8b {
  min-height: 50px;
background-color: rgba(9, 44, 116, 1);
}








#s-bd422c8f-b9cc-4a4b-a3d1-4f7a18966f8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd422c8f-b9cc-4a4b-a3d1-4f7a18966f8b.shg-box.shg-c {
  justify-content: center;
}

#s-16ff06b3-c661-4109-aa04-7d78ce17a3fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16ff06b3-c661-4109-aa04-7d78ce17a3fe .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b5a6f9af-b0b8-4fa9-9588-c48deae8c362 {
  min-height: 50px;
background-color: rgba(9, 44, 116, 1);
}








#s-b5a6f9af-b0b8-4fa9-9588-c48deae8c362 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5a6f9af-b0b8-4fa9-9588-c48deae8c362.shg-box.shg-c {
  justify-content: center;
}

#s-c775a23e-5b19-497c-a387-d79e42110c08 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c775a23e-5b19-497c-a387-d79e42110c08 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-80a2b550-17b5-4eb0-b80d-ada119b73234 {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-80a2b550-17b5-4eb0-b80d-ada119b73234"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-e384c1d1-955d-4fb3-8286-df9694486d49 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-e384c1d1-955d-4fb3-8286-df9694486d49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e384c1d1-955d-4fb3-8286-df9694486d49.shg-box.shg-c {
  justify-content: center;
}

#s-b3b03ac4-c018-4a40-81fc-9adac695f7f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3b03ac4-c018-4a40-81fc-9adac695f7f5 .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b3b03ac4-c018-4a40-81fc-9adac695f7f5 .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-3cadcd5d-518d-4758-907f-38f9998b2b79 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-3cadcd5d-518d-4758-907f-38f9998b2b79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cadcd5d-518d-4758-907f-38f9998b2b79.shg-box.shg-c {
  justify-content: center;
}

#s-6ac898d5-a8ca-4e5b-87d6-61537da2494d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ac898d5-a8ca-4e5b-87d6-61537da2494d .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-066071ec-17c5-4fc5-8403-2e0e0020e66d {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-066071ec-17c5-4fc5-8403-2e0e0020e66d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-de3eb8d1-8554-46dc-8595-b8e592f947b7 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-de3eb8d1-8554-46dc-8595-b8e592f947b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de3eb8d1-8554-46dc-8595-b8e592f947b7.shg-box.shg-c {
  justify-content: center;
}

#s-85fc8eb6-03a7-4248-90af-62325834b8c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85fc8eb6-03a7-4248-90af-62325834b8c6 .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-85fc8eb6-03a7-4248-90af-62325834b8c6 .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-652a7c71-eff0-4dd1-ab45-d04817c776c0 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-652a7c71-eff0-4dd1-ab45-d04817c776c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-652a7c71-eff0-4dd1-ab45-d04817c776c0.shg-box.shg-c {
  justify-content: center;
}

#s-e5290e50-ba28-4c79-85d9-b3369b8c8eb9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5290e50-ba28-4c79-85d9-b3369b8c8eb9 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6d1db2ca-983b-45fc-858c-d513ac3136a5 {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-6d1db2ca-983b-45fc-858c-d513ac3136a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-dfcf5e94-7a4f-4ffc-b2f5-0050e5ac9ccb {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-dfcf5e94-7a4f-4ffc-b2f5-0050e5ac9ccb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfcf5e94-7a4f-4ffc-b2f5-0050e5ac9ccb.shg-box.shg-c {
  justify-content: center;
}

#s-4732a149-07e6-4e5d-9616-48a43d151d33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4732a149-07e6-4e5d-9616-48a43d151d33 .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-4732a149-07e6-4e5d-9616-48a43d151d33 .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-3074c5bd-72b3-4000-84d4-da601b6a32dc {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-3074c5bd-72b3-4000-84d4-da601b6a32dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3074c5bd-72b3-4000-84d4-da601b6a32dc.shg-box.shg-c {
  justify-content: center;
}

#s-8a5873d6-731c-4441-b32d-312cc1b41a69 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a5873d6-731c-4441-b32d-312cc1b41a69 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5 {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-0cf45f5a-57b6-4c2a-b745-3645bd4deeb5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-f254faee-635d-407b-8ad5-29546db5fd50 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-f254faee-635d-407b-8ad5-29546db5fd50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f254faee-635d-407b-8ad5-29546db5fd50.shg-box.shg-c {
  justify-content: center;
}

#s-4da71f4f-f265-44fb-969e-ee46f431e66d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4da71f4f-f265-44fb-969e-ee46f431e66d .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-4da71f4f-f265-44fb-969e-ee46f431e66d .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-42bb3193-7488-4827-b40d-aedc24e91ebd {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-42bb3193-7488-4827-b40d-aedc24e91ebd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42bb3193-7488-4827-b40d-aedc24e91ebd.shg-box.shg-c {
  justify-content: center;
}

#s-f6a1c915-7e38-458a-91ad-6ab175aff402 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6a1c915-7e38-458a-91ad-6ab175aff402 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0 {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-813ba6f7-1489-46be-bfd1-8e13f3c4fdc0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-8b85da44-ec43-4307-9738-c2b7da819ace {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-8b85da44-ec43-4307-9738-c2b7da819ace > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b85da44-ec43-4307-9738-c2b7da819ace.shg-box.shg-c {
  justify-content: center;
}

#s-13b5a504-4039-4d2b-ad27-8c52774fad09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13b5a504-4039-4d2b-ad27-8c52774fad09 .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-13b5a504-4039-4d2b-ad27-8c52774fad09 .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-18c4925a-2aa9-4958-8c44-34ae2d9055c9 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-18c4925a-2aa9-4958-8c44-34ae2d9055c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18c4925a-2aa9-4958-8c44-34ae2d9055c9.shg-box.shg-c {
  justify-content: center;
}

#s-95ea4111-42d1-4718-a6d8-c9c12949f0d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95ea4111-42d1-4718-a6d8-c9c12949f0d3 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a3e42309-dc8b-48d2-be72-22ca3fce1f16 {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-a3e42309-dc8b-48d2-be72-22ca3fce1f16"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-99c2e029-cd53-454a-a249-956139d4c0f0 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-99c2e029-cd53-454a-a249-956139d4c0f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99c2e029-cd53-454a-a249-956139d4c0f0.shg-box.shg-c {
  justify-content: center;
}

#s-cdc0142c-decf-4dde-afd9-7fd56d113253 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdc0142c-decf-4dde-afd9-7fd56d113253 .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-cdc0142c-decf-4dde-afd9-7fd56d113253 .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-bc2277c3-6010-49b3-a57a-0f881b9dba75 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-bc2277c3-6010-49b3-a57a-0f881b9dba75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc2277c3-6010-49b3-a57a-0f881b9dba75.shg-box.shg-c {
  justify-content: center;
}

#s-a6fcfab1-a8e5-49fa-8814-69b035667413 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6fcfab1-a8e5-49fa-8814-69b035667413 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-944b80f8-efe0-4304-ac21-0b43f6f9d8cf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b7effd63-a0e2-4ec5-bba5-279d431a3bc6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-b7effd63-a0e2-4ec5-bba5-279d431a3bc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7effd63-a0e2-4ec5-bba5-279d431a3bc6.shg-box.shg-c {
  justify-content: center;
}

#s-d6de65b1-acae-4ada-a1af-f2ed53782107 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}




  #s-d6de65b1-acae-4ada-a1af-f2ed53782107 img.shogun-image {
    
    width: px;
  }


#s-d6de65b1-acae-4ada-a1af-f2ed53782107 .shogun-image-content {
  
    align-items: center;
  
}

#s-6baddb61-0890-4ba3-a732-93b26430ce0f {
  margin-bottom: 2em;
min-height: 50px;
}








#s-6baddb61-0890-4ba3-a732-93b26430ce0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6baddb61-0890-4ba3-a732-93b26430ce0f.shg-box.shg-c {
  justify-content: center;
}

#s-aec1fd15-67d3-4cb5-911c-d22172bbf99c {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-aec1fd15-67d3-4cb5-911c-d22172bbf99c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-534eea7c-d6bd-49d3-9107-70ac7d9bdc33 {
  min-height: 50px;
background-color: rgba(9, 44, 116, 1);
}








#s-534eea7c-d6bd-49d3-9107-70ac7d9bdc33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-534eea7c-d6bd-49d3-9107-70ac7d9bdc33.shg-box.shg-c {
  justify-content: center;
}

#s-02b451fc-144e-42fa-8f74-6d12f5a5d59c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02b451fc-144e-42fa-8f74-6d12f5a5d59c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9e9e72ce-9a24-4df2-8da4-36fb0516c43c {
  min-height: 50px;
background-color: rgba(9, 44, 116, 1);
}








#s-9e9e72ce-9a24-4df2-8da4-36fb0516c43c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e9e72ce-9a24-4df2-8da4-36fb0516c43c.shg-box.shg-c {
  justify-content: center;
}

#s-8dfe18bb-9eaf-4685-a9c0-f08c4db4378f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8dfe18bb-9eaf-4685-a9c0-f08c4db4378f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-88dd223a-b473-4b27-9fbb-e8fb393f928c {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-88dd223a-b473-4b27-9fbb-e8fb393f928c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-02962bef-f102-4a98-848c-36ba3940ac54 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-02962bef-f102-4a98-848c-36ba3940ac54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02962bef-f102-4a98-848c-36ba3940ac54.shg-box.shg-c {
  justify-content: center;
}

#s-b5248a5c-fe55-4c84-ae47-8c9829ac9866 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5248a5c-fe55-4c84-ae47-8c9829ac9866 .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b5248a5c-fe55-4c84-ae47-8c9829ac9866 .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-ad4de5d4-4dd2-4b5d-9797-b8bb710a4daa {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-ad4de5d4-4dd2-4b5d-9797-b8bb710a4daa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad4de5d4-4dd2-4b5d-9797-b8bb710a4daa.shg-box.shg-c {
  justify-content: center;
}

#s-babf1a8f-ee6c-4b22-8880-60d9923467de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-babf1a8f-ee6c-4b22-8880-60d9923467de .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bf7a43dd-8acc-42b6-9b26-abf4eb76f302 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 900px;
background-color: rgba(244, 243, 239, 1);
}








#s-bf7a43dd-8acc-42b6-9b26-abf4eb76f302 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf7a43dd-8acc-42b6-9b26-abf4eb76f302.shg-box.shg-c {
  justify-content: center;
}

#s-0c85f984-0c8a-4cf7-b282-14e52ac982fe {
  margin-top: 1em;
margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-bottom: 0em;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c85f984-0c8a-4cf7-b282-14e52ac982fe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-31cacbf2-30ba-466e-acbb-bbebca6845ec {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-31cacbf2-30ba-466e-acbb-bbebca6845ec img.shogun-image {
    
    width: px;
  }


#s-31cacbf2-30ba-466e-acbb-bbebca6845ec .shogun-image-content {
  
    align-items: center;
  
}

#s-0dc1af8c-8452-4880-b45c-0f0ca4e14743 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-0dc1af8c-8452-4880-b45c-0f0ca4e14743 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f8dd3135-916a-4748-86e4-f194adbfd210 {
  margin-top: 2em;
margin-bottom: 0em;
padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-f8dd3135-916a-4748-86e4-f194adbfd210 {
  display: none;
}
#s-f8dd3135-916a-4748-86e4-f194adbfd210, #wrap-s-f8dd3135-916a-4748-86e4-f194adbfd210 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8dd3135-916a-4748-86e4-f194adbfd210 {
  display: none;
}
#s-f8dd3135-916a-4748-86e4-f194adbfd210, #wrap-s-f8dd3135-916a-4748-86e4-f194adbfd210 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f8dd3135-916a-4748-86e4-f194adbfd210 {
  display: none;
}
#s-f8dd3135-916a-4748-86e4-f194adbfd210, #wrap-s-f8dd3135-916a-4748-86e4-f194adbfd210 { display:none !important; }}@media (max-width: 767px){#s-f8dd3135-916a-4748-86e4-f194adbfd210 {
  
}
}







#s-f8dd3135-916a-4748-86e4-f194adbfd210 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8dd3135-916a-4748-86e4-f194adbfd210.shg-box.shg-c {
  justify-content: center;
}

#s-ebecdb14-4dca-4d9c-b057-7a7f4888ea4e {
  margin-bottom: 0em;
min-height: 50px;
}








#s-ebecdb14-4dca-4d9c-b057-7a7f4888ea4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebecdb14-4dca-4d9c-b057-7a7f4888ea4e.shg-box.shg-c {
  justify-content: center;
}

#s-73b03e27-6bcf-4fe0-a88d-6ff0053a8ea7 {
  margin-top: 1em;
}

#s-3134378f-aab7-4c41-81a9-8d85650258db {
  margin-top: 0em;
margin-bottom: 1em;
}

#s-3134378f-aab7-4c41-81a9-8d85650258db hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-d04d0bc2-13d6-4af5-bde0-8f94ad41ae32 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-left: 3em;
padding-right: 3em;
text-align: center;
}




  #s-d04d0bc2-13d6-4af5-bde0-8f94ad41ae32 img.shogun-image {
    
    width: px;
  }


#s-d04d0bc2-13d6-4af5-bde0-8f94ad41ae32 .shogun-image-content {
  
    align-items: center;
  
}

#s-13c68a9b-f92b-426c-8c94-be5849d5fc65 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-13c68a9b-f92b-426c-8c94-be5849d5fc65"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4d89f62a-481e-4388-b2a0-17c35b2307e8 {
  margin-bottom: 0em;
min-height: 50px;
}








#s-4d89f62a-481e-4388-b2a0-17c35b2307e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d89f62a-481e-4388-b2a0-17c35b2307e8.shg-box.shg-c {
  justify-content: center;
}

#s-7ac8a7fc-d54c-469e-990a-9db99da8a55c {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-7ac8a7fc-d54c-469e-990a-9db99da8a55c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-d44112db-ecd0-41b6-a49a-499a7ae637a2 {
  min-height: 50px;
background-color: rgba(9, 44, 116, 1);
}








#s-d44112db-ecd0-41b6-a49a-499a7ae637a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d44112db-ecd0-41b6-a49a-499a7ae637a2.shg-box.shg-c {
  justify-content: center;
}

#s-02dada0e-025c-4a7a-81de-7392522f296f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02dada0e-025c-4a7a-81de-7392522f296f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f93aa9fe-1b37-404b-bd57-9300ea99ec0c {
  min-height: 50px;
background-color: rgba(9, 44, 116, 1);
}








#s-f93aa9fe-1b37-404b-bd57-9300ea99ec0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f93aa9fe-1b37-404b-bd57-9300ea99ec0c.shg-box.shg-c {
  justify-content: center;
}

#s-0ae726c1-009d-4666-a514-b891ef5076ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ae726c1-009d-4666-a514-b891ef5076ba .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1e854754-621e-4133-b070-4644662a0585 {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-1e854754-621e-4133-b070-4644662a0585"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-81f332e1-c69d-4b7f-bb1e-28d816af997f {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-81f332e1-c69d-4b7f-bb1e-28d816af997f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81f332e1-c69d-4b7f-bb1e-28d816af997f.shg-box.shg-c {
  justify-content: center;
}

#s-8bbbffdb-ba84-4563-a15a-6fd7228e9eb9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bbbffdb-ba84-4563-a15a-6fd7228e9eb9 .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-8bbbffdb-ba84-4563-a15a-6fd7228e9eb9 .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-9c1898e1-2d6b-462a-9d3a-701aabdceb76 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-9c1898e1-2d6b-462a-9d3a-701aabdceb76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c1898e1-2d6b-462a-9d3a-701aabdceb76.shg-box.shg-c {
  justify-content: center;
}

#s-d0592f83-b205-4129-a577-45121540be4d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0592f83-b205-4129-a577-45121540be4d .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580 {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-4faa4bd8-7c61-46d2-90c4-043fc4b4c580"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-2f603cd1-212a-42d8-96ef-a1dc7ab2026e {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-2f603cd1-212a-42d8-96ef-a1dc7ab2026e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f603cd1-212a-42d8-96ef-a1dc7ab2026e.shg-box.shg-c {
  justify-content: center;
}

#s-2c555384-f491-4cd6-bef4-b6cbb3b9d4de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c555384-f491-4cd6-bef4-b6cbb3b9d4de .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-2c555384-f491-4cd6-bef4-b6cbb3b9d4de .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-f90a2c9e-e99f-4ef9-a677-eb138a6ce0a4 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-f90a2c9e-e99f-4ef9-a677-eb138a6ce0a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f90a2c9e-e99f-4ef9-a677-eb138a6ce0a4.shg-box.shg-c {
  justify-content: center;
}

#s-11cc62a4-b48a-4c7f-bc30-6c84d14c127a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11cc62a4-b48a-4c7f-bc30-6c84d14c127a .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f2cf84a6-a4db-4f16-9087-906d60cb2f34 {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-f2cf84a6-a4db-4f16-9087-906d60cb2f34"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-8e0e58f0-7ac8-4422-a4e7-c86edb65227b {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-8e0e58f0-7ac8-4422-a4e7-c86edb65227b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e0e58f0-7ac8-4422-a4e7-c86edb65227b.shg-box.shg-c {
  justify-content: center;
}

#s-40227a60-e47e-4c6e-9824-bdd08a590270 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40227a60-e47e-4c6e-9824-bdd08a590270 .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-40227a60-e47e-4c6e-9824-bdd08a590270 .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-85461c59-7b55-4d52-b78f-83f5b7c297ff {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-85461c59-7b55-4d52-b78f-83f5b7c297ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85461c59-7b55-4d52-b78f-83f5b7c297ff.shg-box.shg-c {
  justify-content: center;
}

#s-d0666a6b-1feb-4e56-800a-18587612187f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0666a6b-1feb-4e56-800a-18587612187f .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52 {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-cf5e3b7f-4b09-4143-996a-d6dc4031ba52"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-51f54b7c-c7c0-4463-86c4-66bafeba229b {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-51f54b7c-c7c0-4463-86c4-66bafeba229b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51f54b7c-c7c0-4463-86c4-66bafeba229b.shg-box.shg-c {
  justify-content: center;
}

#s-b77f404c-82f3-4d9c-89fd-b6463bd0037c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b77f404c-82f3-4d9c-89fd-b6463bd0037c .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b77f404c-82f3-4d9c-89fd-b6463bd0037c .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-51cd456b-4c53-4f4a-81b1-dfd4ce27b2b8 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-51cd456b-4c53-4f4a-81b1-dfd4ce27b2b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51cd456b-4c53-4f4a-81b1-dfd4ce27b2b8.shg-box.shg-c {
  justify-content: center;
}

#s-34b9f83c-7aac-4cf6-bfe9-450e1a603a04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34b9f83c-7aac-4cf6-bfe9-450e1a603a04 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-02aaa065-cd87-4bb5-b41b-9ed3714952c0 {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-02aaa065-cd87-4bb5-b41b-9ed3714952c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-881d441e-7131-4d85-9beb-51691d1821ce {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-881d441e-7131-4d85-9beb-51691d1821ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-881d441e-7131-4d85-9beb-51691d1821ce.shg-box.shg-c {
  justify-content: center;
}

#s-fd1d8c1e-f646-42bb-85af-379205d86d3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd1d8c1e-f646-42bb-85af-379205d86d3c .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-fd1d8c1e-f646-42bb-85af-379205d86d3c .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-aa9f389f-69ac-44bf-80b8-ce6439c60b88 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-aa9f389f-69ac-44bf-80b8-ce6439c60b88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa9f389f-69ac-44bf-80b8-ce6439c60b88.shg-box.shg-c {
  justify-content: center;
}

#s-f82ef3ba-bdd5-43ce-bf2d-60473bb199b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f82ef3ba-bdd5-43ce-bf2d-60473bb199b1 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-35d3f29c-07a4-44e5-bb13-fbc9bbe1fcba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-43c2030e-2c55-4dfa-871a-3ec8d45c59bd {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-43c2030e-2c55-4dfa-871a-3ec8d45c59bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43c2030e-2c55-4dfa-871a-3ec8d45c59bd.shg-box.shg-c {
  justify-content: center;
}

#s-07de0de6-2de4-4415-9c4f-e348e186d63d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07de0de6-2de4-4415-9c4f-e348e186d63d .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-07de0de6-2de4-4415-9c4f-e348e186d63d .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-f4aee53d-e622-4fbd-9430-169c78a347e7 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-f4aee53d-e622-4fbd-9430-169c78a347e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4aee53d-e622-4fbd-9430-169c78a347e7.shg-box.shg-c {
  justify-content: center;
}

#s-7cc1198f-a170-43cf-9499-371f952382fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7cc1198f-a170-43cf-9499-371f952382fe .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-17dc3941-8c42-415c-a9b4-97702a4e2ad7 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
padding-left: 3em;
padding-right: 3em;
text-align: center;
}




  #s-17dc3941-8c42-415c-a9b4-97702a4e2ad7 img.shogun-image {
    
    width: px;
  }


#s-17dc3941-8c42-415c-a9b4-97702a4e2ad7 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9a62626d-86df-4d12-bd5e-0f5e799ba4aa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-799872e7-8fb6-4db8-82aa-ef63a9b5e13f {
  margin-bottom: 0em;
min-height: 50px;
}








#s-799872e7-8fb6-4db8-82aa-ef63a9b5e13f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-799872e7-8fb6-4db8-82aa-ef63a9b5e13f.shg-box.shg-c {
  justify-content: center;
}

#s-5a784548-ef82-4b44-b591-b90cab6ba64a {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-5a784548-ef82-4b44-b591-b90cab6ba64a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-f870ccf4-09b6-4ef6-9926-ac93e1f04879 {
  min-height: 50px;
background-color: rgba(9, 44, 116, 1);
}








#s-f870ccf4-09b6-4ef6-9926-ac93e1f04879 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f870ccf4-09b6-4ef6-9926-ac93e1f04879.shg-box.shg-c {
  justify-content: center;
}

#s-8feb6a0d-5455-4c04-ac5f-08f05edc2772 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8feb6a0d-5455-4c04-ac5f-08f05edc2772 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7f71b61d-cc5e-4993-af31-1a670da344d2 {
  min-height: 50px;
background-color: rgba(9, 44, 116, 1);
}








#s-7f71b61d-cc5e-4993-af31-1a670da344d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f71b61d-cc5e-4993-af31-1a670da344d2.shg-box.shg-c {
  justify-content: center;
}

#s-278f86fe-c45c-4aa8-b746-0a4b579bc406 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-278f86fe-c45c-4aa8-b746-0a4b579bc406 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-17e16688-6999-4f7d-9e4e-30de3a94f873 {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-17e16688-6999-4f7d-9e4e-30de3a94f873"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-200c7dfd-45f6-4cc2-97e4-3ec9236c5579 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-200c7dfd-45f6-4cc2-97e4-3ec9236c5579 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-200c7dfd-45f6-4cc2-97e4-3ec9236c5579.shg-box.shg-c {
  justify-content: center;
}

#s-233517ec-0238-4fe4-944f-3b726528f294 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-233517ec-0238-4fe4-944f-3b726528f294 .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-233517ec-0238-4fe4-944f-3b726528f294 .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-58ce0cb6-c596-47c0-aede-350390f8986e {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-58ce0cb6-c596-47c0-aede-350390f8986e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58ce0cb6-c596-47c0-aede-350390f8986e.shg-box.shg-c {
  justify-content: center;
}

#s-6423bfc5-fba2-4efb-9c72-4d64ce5dc0f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6423bfc5-fba2-4efb-9c72-4d64ce5dc0f7 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a4eb50bb-93a4-426d-8e8b-3e444f06bada {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 850px;
background-color: rgba(244, 243, 239, 1);
}








#s-a4eb50bb-93a4-426d-8e8b-3e444f06bada > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4eb50bb-93a4-426d-8e8b-3e444f06bada.shg-box.shg-c {
  justify-content: center;
}

#s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425 {
  margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-bottom: 1em;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d95c5dd4-c4b9-46b3-87ee-8b84de41b425"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2bc4693d-f3e2-4ff1-8f9f-94128adf8d8b {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-2bc4693d-f3e2-4ff1-8f9f-94128adf8d8b img.shogun-image {
    
    width: px;
  }


#s-2bc4693d-f3e2-4ff1-8f9f-94128adf8d8b .shogun-image-content {
  
    align-items: center;
  
}

#s-3ec4fcc4-268e-436f-9c04-b0eb04f22946 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-3ec4fcc4-268e-436f-9c04-b0eb04f22946 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ee5792ab-98eb-472c-a7de-5c553c11eb85 {
  margin-top: 2em;
margin-bottom: 0em;
padding-left: 10em;
padding-right: 10em;
min-height: 50px;
}
@media (min-width: 1200px){#s-ee5792ab-98eb-472c-a7de-5c553c11eb85 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee5792ab-98eb-472c-a7de-5c553c11eb85 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee5792ab-98eb-472c-a7de-5c553c11eb85 {
  display: none;
}
#s-ee5792ab-98eb-472c-a7de-5c553c11eb85, #wrap-s-ee5792ab-98eb-472c-a7de-5c553c11eb85 { display:none !important; }}@media (max-width: 767px){#s-ee5792ab-98eb-472c-a7de-5c553c11eb85 {
  display: none;
}
#s-ee5792ab-98eb-472c-a7de-5c553c11eb85, #wrap-s-ee5792ab-98eb-472c-a7de-5c553c11eb85 { display:none !important; }}







#s-ee5792ab-98eb-472c-a7de-5c553c11eb85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee5792ab-98eb-472c-a7de-5c553c11eb85.shg-box.shg-c {
  justify-content: center;
}

#s-a9d1f22b-e871-4ed0-804f-a80acd7054db {
  margin-bottom: 0em;
min-height: 50px;
}








#s-a9d1f22b-e871-4ed0-804f-a80acd7054db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9d1f22b-e871-4ed0-804f-a80acd7054db.shg-box.shg-c {
  justify-content: center;
}

#s-99c026ee-d69f-40ae-8548-8ef2a8411c26 {
  margin-top: 1em;
}

#s-d823cf8d-51db-4a4b-bae7-44158bc68b90 {
  margin-top: 0em;
margin-bottom: 1em;
}

#s-d823cf8d-51db-4a4b-bae7-44158bc68b90 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-41b1bea6-6ff4-4884-9426-f15f56f93dd5 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-41b1bea6-6ff4-4884-9426-f15f56f93dd5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9102eae3-79fe-4f55-9c19-c683239c7df8 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-9102eae3-79fe-4f55-9c19-c683239c7df8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9102eae3-79fe-4f55-9c19-c683239c7df8.shg-box.shg-c {
  justify-content: center;
}

#s-b9d35d37-ec62-484c-b6eb-fbe4fed31087 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}




  #s-b9d35d37-ec62-484c-b6eb-fbe4fed31087 img.shogun-image {
    
    width: px;
  }


#s-b9d35d37-ec62-484c-b6eb-fbe4fed31087 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee41ab44-1848-4081-82db-42a5ea65b06e {
  margin-bottom: 2em;
min-height: 50px;
}








#s-ee41ab44-1848-4081-82db-42a5ea65b06e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee41ab44-1848-4081-82db-42a5ea65b06e.shg-box.shg-c {
  justify-content: center;
}

#s-38d3b024-0cdf-46d2-9963-844ac252b774 {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-38d3b024-0cdf-46d2-9963-844ac252b774"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-69812a1f-dfdf-4469-8925-2ba9936effd9 {
  min-height: 50px;
background-color: rgba(9, 44, 116, 1);
}








#s-69812a1f-dfdf-4469-8925-2ba9936effd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69812a1f-dfdf-4469-8925-2ba9936effd9.shg-box.shg-c {
  justify-content: center;
}

#s-34169370-2fa1-438d-bef1-c52b97cd6bf6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34169370-2fa1-438d-bef1-c52b97cd6bf6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-da007a36-da5a-40fa-aac1-049c86a5bfda {
  min-height: 50px;
background-color: rgba(9, 44, 116, 1);
}








#s-da007a36-da5a-40fa-aac1-049c86a5bfda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da007a36-da5a-40fa-aac1-049c86a5bfda.shg-box.shg-c {
  justify-content: center;
}

#s-64cac4d1-9dfd-4564-aff5-71ab74dcd3a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64cac4d1-9dfd-4564-aff5-71ab74dcd3a0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-83517aae-0815-4e5a-aefc-6aefe318380c {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-83517aae-0815-4e5a-aefc-6aefe318380c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-199049d7-7dec-4d31-9148-f23b7839cc54 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-199049d7-7dec-4d31-9148-f23b7839cc54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-199049d7-7dec-4d31-9148-f23b7839cc54.shg-box.shg-c {
  justify-content: center;
}

#s-2aef24db-d454-44ec-9829-b02c259e3e54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2aef24db-d454-44ec-9829-b02c259e3e54 .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-2aef24db-d454-44ec-9829-b02c259e3e54 .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-49f16fa4-e0e0-466c-97cc-6acf312c3e4e {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-49f16fa4-e0e0-466c-97cc-6acf312c3e4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49f16fa4-e0e0-466c-97cc-6acf312c3e4e.shg-box.shg-c {
  justify-content: center;
}

#s-f4cc2421-fc10-4fc3-b433-ce9093c2f0e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4cc2421-fc10-4fc3-b433-ce9093c2f0e9 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79 {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-4b4ba563-4218-47aa-bf2e-cb6fb83ebd79"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-ea0bd2bb-f2af-4354-9b66-75f6d52343c1 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-ea0bd2bb-f2af-4354-9b66-75f6d52343c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea0bd2bb-f2af-4354-9b66-75f6d52343c1.shg-box.shg-c {
  justify-content: center;
}

#s-52a80e44-351e-4a5a-8978-8d590fcd7847 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52a80e44-351e-4a5a-8978-8d590fcd7847 .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-52a80e44-351e-4a5a-8978-8d590fcd7847 .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-07ceb1d8-5d5c-4785-867a-11868d75d33d {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-07ceb1d8-5d5c-4785-867a-11868d75d33d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07ceb1d8-5d5c-4785-867a-11868d75d33d.shg-box.shg-c {
  justify-content: center;
}

#s-2be84049-f9eb-49e6-bba5-3ea0bb32fb30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2be84049-f9eb-49e6-bba5-3ea0bb32fb30 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-039ed0cb-b045-48ca-90b8-bea3dfc0f572 {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-039ed0cb-b045-48ca-90b8-bea3dfc0f572"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-86105cb2-8f17-4c24-b944-9e6b5124a6af {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-86105cb2-8f17-4c24-b944-9e6b5124a6af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86105cb2-8f17-4c24-b944-9e6b5124a6af.shg-box.shg-c {
  justify-content: center;
}

#s-1833e662-39d6-458d-b019-764cf53c5d69 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1833e662-39d6-458d-b019-764cf53c5d69 .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-1833e662-39d6-458d-b019-764cf53c5d69 .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-ad168280-14ed-4dbc-9b7c-a15e6c1b0797 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-ad168280-14ed-4dbc-9b7c-a15e6c1b0797 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad168280-14ed-4dbc-9b7c-a15e6c1b0797.shg-box.shg-c {
  justify-content: center;
}

#s-f55cfe0f-b421-43e9-8251-0868dc102138 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f55cfe0f-b421-43e9-8251-0868dc102138 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1a100b80-3b0b-4f40-a701-b99a483631d7 {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-1a100b80-3b0b-4f40-a701-b99a483631d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-e8667ddd-7507-4fdd-8e2a-74ff4a1eccd5 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-e8667ddd-7507-4fdd-8e2a-74ff4a1eccd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8667ddd-7507-4fdd-8e2a-74ff4a1eccd5.shg-box.shg-c {
  justify-content: center;
}

#s-74823e56-13d0-4af4-9e2f-8dccdceff5de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74823e56-13d0-4af4-9e2f-8dccdceff5de .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-74823e56-13d0-4af4-9e2f-8dccdceff5de .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-cc419790-4ecf-4f23-804a-5c59bbb9b94b {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-cc419790-4ecf-4f23-804a-5c59bbb9b94b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc419790-4ecf-4f23-804a-5c59bbb9b94b.shg-box.shg-c {
  justify-content: center;
}

#s-4bb6112f-218b-44af-b938-af959d22844f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4bb6112f-218b-44af-b938-af959d22844f .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bd658713-2997-479c-915f-a280b1234844 {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-bd658713-2997-479c-915f-a280b1234844"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-46395966-f727-4a72-9ae8-8f79bd9d8eb0 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-46395966-f727-4a72-9ae8-8f79bd9d8eb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46395966-f727-4a72-9ae8-8f79bd9d8eb0.shg-box.shg-c {
  justify-content: center;
}

#s-f26e907c-c022-4a37-9d26-52444b4fd26c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f26e907c-c022-4a37-9d26-52444b4fd26c .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-f26e907c-c022-4a37-9d26-52444b4fd26c .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-299b7440-2638-4dbb-ad7c-5cfb7ba395a5 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-299b7440-2638-4dbb-ad7c-5cfb7ba395a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-299b7440-2638-4dbb-ad7c-5cfb7ba395a5.shg-box.shg-c {
  justify-content: center;
}

#s-6b70cfd6-18b1-4ac9-9a65-baf02e785793 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b70cfd6-18b1-4ac9-9a65-baf02e785793 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3 {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-81e38f5e-e5c1-40ca-b129-b800cf41a3f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-9ca645d1-b053-4506-9b32-1d921dccda82 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-9ca645d1-b053-4506-9b32-1d921dccda82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ca645d1-b053-4506-9b32-1d921dccda82.shg-box.shg-c {
  justify-content: center;
}

#s-eb40c0b5-081b-442e-86b1-478200579598 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb40c0b5-081b-442e-86b1-478200579598 .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-eb40c0b5-081b-442e-86b1-478200579598 .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-363ab942-091e-48c2-be06-05556f655633 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-363ab942-091e-48c2-be06-05556f655633 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-363ab942-091e-48c2-be06-05556f655633.shg-box.shg-c {
  justify-content: center;
}

#s-f42702c6-4929-4fa0-8894-f6cc8569e6ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f42702c6-4929-4fa0-8894-f6cc8569e6ad .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-74008555-d213-47dd-a2aa-8679b477edf2 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74008555-d213-47dd-a2aa-8679b477edf2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-345b8b9d-49a8-480a-8398-1535f2f5c45e {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-345b8b9d-49a8-480a-8398-1535f2f5c45e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-345b8b9d-49a8-480a-8398-1535f2f5c45e.shg-box.shg-c {
  justify-content: center;
}

#s-68814704-dd8b-4545-ab8f-29a8efb85ec7 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}




  #s-68814704-dd8b-4545-ab8f-29a8efb85ec7 img.shogun-image {
    
    width: px;
  }


#s-68814704-dd8b-4545-ab8f-29a8efb85ec7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c35ed6e9-5563-4b08-9775-2924ba6ba2b4 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-c35ed6e9-5563-4b08-9775-2924ba6ba2b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c35ed6e9-5563-4b08-9775-2924ba6ba2b4.shg-box.shg-c {
  justify-content: center;
}

#s-18dde850-bdf4-40ec-982b-0c7c1f71f589 {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-18dde850-bdf4-40ec-982b-0c7c1f71f589"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-aa6aece4-25d7-491e-afd7-70cc1b3c4b80 {
  min-height: 50px;
background-color: rgba(9, 44, 116, 1);
}








#s-aa6aece4-25d7-491e-afd7-70cc1b3c4b80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa6aece4-25d7-491e-afd7-70cc1b3c4b80.shg-box.shg-c {
  justify-content: center;
}

#s-6439738e-969b-4b66-8191-c524cfd557f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6439738e-969b-4b66-8191-c524cfd557f3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-38211259-839a-4707-88fb-445f056865b6 {
  min-height: 50px;
background-color: rgba(9, 44, 116, 1);
}








#s-38211259-839a-4707-88fb-445f056865b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38211259-839a-4707-88fb-445f056865b6.shg-box.shg-c {
  justify-content: center;
}

#s-45323645-74a6-4e19-8316-e44e0a3e2ebf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45323645-74a6-4e19-8316-e44e0a3e2ebf .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cc559de1-43e1-4795-97fd-63981eeb2b10 {
  margin-bottom: 2px;
}

@media (min-width: 0px) {
[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 768px) {
[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 992px) {
[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.0px);
}

[id="s-cc559de1-43e1-4795-97fd-63981eeb2b10"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.0px);
}

}

#s-d4f38861-6438-429d-9ce3-16fd667e8648 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-d4f38861-6438-429d-9ce3-16fd667e8648 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4f38861-6438-429d-9ce3-16fd667e8648.shg-box.shg-c {
  justify-content: center;
}

#s-9689f14c-800a-4804-a63c-8aedf893e4a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9689f14c-800a-4804-a63c-8aedf893e4a3 .shogun-heading-component h3 {
  color: rgba(26, 99, 162, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-9689f14c-800a-4804-a63c-8aedf893e4a3 .shogun-heading-component h3 a {
  color: rgba(26, 99, 162, 1);
}


#s-7cd56708-a81a-4221-88e6-dfad9ca44901 {
  min-height: 50px;
background-color: rgba(234, 248, 248, 1);
}








#s-7cd56708-a81a-4221-88e6-dfad9ca44901 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cd56708-a81a-4221-88e6-dfad9ca44901.shg-box.shg-c {
  justify-content: center;
}

#s-5be1ff50-dc9c-459f-8783-5d8f98a5e958 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5be1ff50-dc9c-459f-8783-5d8f98a5e958 .shogun-heading-component h3 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-08eba368-03ca-4f6b-890b-ed90cffa5000 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 900px;
background-color: rgba(244, 243, 239, 1);
}








#s-08eba368-03ca-4f6b-890b-ed90cffa5000 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08eba368-03ca-4f6b-890b-ed90cffa5000.shg-box.shg-c {
  justify-content: center;
}

#s-24ba3493-aef3-4489-84c5-f2b465f9243e {
  margin-top: 1em;
margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-bottom: 0em;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24ba3493-aef3-4489-84c5-f2b465f9243e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-be7b1240-f4b3-4e39-bd4e-74310cf1d8d3 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-be7b1240-f4b3-4e39-bd4e-74310cf1d8d3 img.shogun-image {
    
    width: px;
  }


#s-be7b1240-f4b3-4e39-bd4e-74310cf1d8d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-55144e04-5d0e-404c-900d-8eec8d233cdd {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-55144e04-5d0e-404c-900d-8eec8d233cdd .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-52239a77-2faa-4bf0-ba43-4b3e92333001 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
background-color: rgba(57, 58, 55, 1);
}
@media (min-width: 1200px){#s-52239a77-2faa-4bf0-ba43-4b3e92333001 {
  display: none;
}
#s-52239a77-2faa-4bf0-ba43-4b3e92333001, #wrap-s-52239a77-2faa-4bf0-ba43-4b3e92333001 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52239a77-2faa-4bf0-ba43-4b3e92333001 {
  display: none;
}
#s-52239a77-2faa-4bf0-ba43-4b3e92333001, #wrap-s-52239a77-2faa-4bf0-ba43-4b3e92333001 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52239a77-2faa-4bf0-ba43-4b3e92333001 {
  display: none;
}
#s-52239a77-2faa-4bf0-ba43-4b3e92333001, #wrap-s-52239a77-2faa-4bf0-ba43-4b3e92333001 { display:none !important; }}@media (max-width: 767px){#s-52239a77-2faa-4bf0-ba43-4b3e92333001 {
  
}
}







#s-52239a77-2faa-4bf0-ba43-4b3e92333001 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52239a77-2faa-4bf0-ba43-4b3e92333001.shg-box.shg-c {
  justify-content: center;
}

#s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c {
  margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-left: 2em;
padding-bottom: 0em;
padding-right: 2em;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-2d1aa2c8-670f-4bc1-9c41-1366faba2f7c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3a8c8323-2892-4178-bb35-14f499df706c {
  padding-top: 0em;
padding-bottom: 0em;
min-height: 50px;
}








#s-3a8c8323-2892-4178-bb35-14f499df706c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a8c8323-2892-4178-bb35-14f499df706c.shg-box.shg-c {
  justify-content: flex-end;
}

#s-20aa1be1-a66c-4d54-aaed-4409865dd4f1 {
  margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-bottom: 0em;
max-width: 200px;
text-align: center;
}




  #s-20aa1be1-a66c-4d54-aaed-4409865dd4f1 img.shogun-image {
    
    width: px;
  }


#s-20aa1be1-a66c-4d54-aaed-4409865dd4f1 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-dbec2dac-a114-426b-a730-a8d0ae08271e {
  padding-top: 2em;
padding-right: 0em;
min-height: 50px;
}








#s-dbec2dac-a114-426b-a730-a8d0ae08271e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbec2dac-a114-426b-a730-a8d0ae08271e.shg-box.shg-c {
  justify-content: center;
}

#s-39576e2e-d917-4e3b-a6b8-3f30c93fc581 {
  margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
max-width: 50px;
text-align: center;
}




  #s-39576e2e-d917-4e3b-a6b8-3f30c93fc581 img.shogun-image {
    
    width: px;
  }


#s-39576e2e-d917-4e3b-a6b8-3f30c93fc581 .shogun-image-content {
  
    align-items: center;
  
}

#s-375f7f63-24ab-4a69-a282-a0841ae56221 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-375f7f63-24ab-4a69-a282-a0841ae56221 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-00c9096e-e530-4d83-882d-f998e1600993"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a012af82-99ab-497f-a908-163e5efecfe6 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-a012af82-99ab-497f-a908-163e5efecfe6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a012af82-99ab-497f-a908-163e5efecfe6.shg-box.shg-c {
  justify-content: center;
}

#s-bfb1bd83-bc88-4d46-be9e-be702a002364 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: left;
}




  #s-bfb1bd83-bc88-4d46-be9e-be702a002364 img.shogun-image {
    
    width: px;
  }


#s-bfb1bd83-bc88-4d46-be9e-be702a002364 .shogun-image-content {
  
    align-items: center;
  
}

#s-c110989c-a203-4fcd-8cdc-2e790531e768 {
  min-height: 50px;
}








#s-c110989c-a203-4fcd-8cdc-2e790531e768 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c110989c-a203-4fcd-8cdc-2e790531e768.shg-box.shg-c {
  justify-content: center;
}

#s-78cc305e-0be2-4c03-b680-74a80ec12fa8 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-78cc305e-0be2-4c03-b680-74a80ec12fa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78cc305e-0be2-4c03-b680-74a80ec12fa8.shg-box.shg-c {
  justify-content: center;
}

#s-63405ed8-8321-4677-a8b7-6ee17e2b6576 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: left;
}




  #s-63405ed8-8321-4677-a8b7-6ee17e2b6576 img.shogun-image {
    
    width: px;
  }


#s-63405ed8-8321-4677-a8b7-6ee17e2b6576 .shogun-image-content {
  
    align-items: center;
  
}

#s-12a693c2-8642-4b9b-82ec-85fa9004eb13 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
background-color: rgba(57, 58, 55, 1);
}
@media (min-width: 1200px){#s-12a693c2-8642-4b9b-82ec-85fa9004eb13 {
  display: none;
}
#s-12a693c2-8642-4b9b-82ec-85fa9004eb13, #wrap-s-12a693c2-8642-4b9b-82ec-85fa9004eb13 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12a693c2-8642-4b9b-82ec-85fa9004eb13 {
  display: none;
}
#s-12a693c2-8642-4b9b-82ec-85fa9004eb13, #wrap-s-12a693c2-8642-4b9b-82ec-85fa9004eb13 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12a693c2-8642-4b9b-82ec-85fa9004eb13 {
  
}
}@media (max-width: 767px){#s-12a693c2-8642-4b9b-82ec-85fa9004eb13 {
  display: none;
}
#s-12a693c2-8642-4b9b-82ec-85fa9004eb13, #wrap-s-12a693c2-8642-4b9b-82ec-85fa9004eb13 { display:none !important; }}







#s-12a693c2-8642-4b9b-82ec-85fa9004eb13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12a693c2-8642-4b9b-82ec-85fa9004eb13.shg-box.shg-c {
  justify-content: center;
}

#s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84 {
  margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-left: 3em;
padding-bottom: 0em;
padding-right: 3em;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cee831a1-73e4-4bd6-99a2-4ec4b0782e84"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f20a8590-01d9-49d3-8f92-6ea8beb9f719 {
  padding-top: 0em;
padding-bottom: 0em;
min-height: 50px;
}








#s-f20a8590-01d9-49d3-8f92-6ea8beb9f719 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f20a8590-01d9-49d3-8f92-6ea8beb9f719.shg-box.shg-c {
  justify-content: flex-end;
}

#s-2da24215-9994-4447-baab-a31c33ace636 {
  padding-top: 2em;
padding-bottom: 0em;
max-width: 200px;
text-align: center;
}




  #s-2da24215-9994-4447-baab-a31c33ace636 img.shogun-image {
    
    width: px;
  }


#s-2da24215-9994-4447-baab-a31c33ace636 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3f331370-7460-4d4a-a649-8cb3414a1794 {
  padding-top: 1em;
padding-bottom: 1em;
padding-right: 0em;
min-height: 50px;
}








#s-3f331370-7460-4d4a-a649-8cb3414a1794 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f331370-7460-4d4a-a649-8cb3414a1794.shg-box.shg-c {
  justify-content: center;
}

#s-2c251404-2ca7-450c-ba04-cca5a0aeb2cf {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: center;
}




  #s-2c251404-2ca7-450c-ba04-cca5a0aeb2cf img.shogun-image {
    
    width: px;
  }


#s-2c251404-2ca7-450c-ba04-cca5a0aeb2cf .shogun-image-content {
  
    align-items: center;
  
}

#s-cae0dd51-66cb-444f-845c-94b0792caf75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cae0dd51-66cb-444f-845c-94b0792caf75 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-bc1ec221-bcfc-4cda-b7b0-19c99f2ac67f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-6f98e0c6-d049-4f62-b4a1-3feb16d8205a {
  min-height: 50px;
}








#s-6f98e0c6-d049-4f62-b4a1-3feb16d8205a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f98e0c6-d049-4f62-b4a1-3feb16d8205a.shg-box.shg-c {
  justify-content: center;
}

#s-0e455c96-4b01-44c2-89a1-2f8e6122ec5b {
  text-align: left;
}




  #s-0e455c96-4b01-44c2-89a1-2f8e6122ec5b img.shogun-image {
    
    width: px;
  }


#s-0e455c96-4b01-44c2-89a1-2f8e6122ec5b .shogun-image-content {
  
    align-items: center;
  
}

#s-39ddc005-d50f-4148-8c1d-f8110c7b335a {
  min-height: 50px;
}








#s-39ddc005-d50f-4148-8c1d-f8110c7b335a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39ddc005-d50f-4148-8c1d-f8110c7b335a.shg-box.shg-c {
  justify-content: center;
}

#s-bd4442f0-4f13-403c-9662-a55b48f83811 {
  text-align: left;
}




  #s-bd4442f0-4f13-403c-9662-a55b48f83811 img.shogun-image {
    
    width: px;
  }


#s-bd4442f0-4f13-403c-9662-a55b48f83811 .shogun-image-content {
  
    align-items: center;
  
}

#s-b7f3a39c-47ba-4765-9531-10f2f769ab7f {
  border-style: solid;
margin-top: 0em;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
padding-top: 0em;
padding-left: 0px;
padding-bottom: 0em;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 243, 239, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-b7f3a39c-47ba-4765-9531-10f2f769ab7f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b7f3a39c-47ba-4765-9531-10f2f769ab7f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b7f3a39c-47ba-4765-9531-10f2f769ab7f {
  
}
}@media (max-width: 767px){#s-b7f3a39c-47ba-4765-9531-10f2f769ab7f {
  
}
}







#s-b7f3a39c-47ba-4765-9531-10f2f769ab7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7f3a39c-47ba-4765-9531-10f2f769ab7f.shg-box.shg-c {
  justify-content: center;
}

#s-59cc8497-524f-4d45-b877-0faa53ca4b22 {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}
@media (min-width: 1200px){#s-59cc8497-524f-4d45-b877-0faa53ca4b22 {
  display: none;
}
#s-59cc8497-524f-4d45-b877-0faa53ca4b22, #wrap-s-59cc8497-524f-4d45-b877-0faa53ca4b22 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59cc8497-524f-4d45-b877-0faa53ca4b22 {
  display: none;
}
#s-59cc8497-524f-4d45-b877-0faa53ca4b22, #wrap-s-59cc8497-524f-4d45-b877-0faa53ca4b22 { display:none !important; }}







#s-59cc8497-524f-4d45-b877-0faa53ca4b22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59cc8497-524f-4d45-b877-0faa53ca4b22.shg-box.shg-c {
  justify-content: center;
}

#s-34e70c76-203f-4cb5-9883-28e8580c90ed {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-34e70c76-203f-4cb5-9883-28e8580c90ed .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2bc85678-bc91-4bbe-8be7-e4a07738ed13 {
  margin-top: 0em;
}

#s-98a20249-c0f7-4400-855c-123336181a11 {
  padding-top: 2em;
padding-left: 6em;
padding-bottom: 1em;
padding-right: 6em;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-98a20249-c0f7-4400-855c-123336181a11 {
  display: none;
}
#s-98a20249-c0f7-4400-855c-123336181a11, #wrap-s-98a20249-c0f7-4400-855c-123336181a11 { display:none !important; }}@media (max-width: 767px){#s-98a20249-c0f7-4400-855c-123336181a11 {
  display: none;
}
#s-98a20249-c0f7-4400-855c-123336181a11, #wrap-s-98a20249-c0f7-4400-855c-123336181a11 { display:none !important; }}







#s-98a20249-c0f7-4400-855c-123336181a11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98a20249-c0f7-4400-855c-123336181a11.shg-box.shg-c {
  justify-content: center;
}

#s-a65d218d-7dcc-43d9-b62e-85ef44772141 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a65d218d-7dcc-43d9-b62e-85ef44772141 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fef782cf-bed2-45a3-957b-87169b44e565 {
  margin-top: 0em;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}

#s-deb9272b-5890-42f2-8da1-ffe141f18ae4 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
min-height: 50px;
}
@media (min-width: 1200px){#s-deb9272b-5890-42f2-8da1-ffe141f18ae4 {
  display: none;
}
#s-deb9272b-5890-42f2-8da1-ffe141f18ae4, #wrap-s-deb9272b-5890-42f2-8da1-ffe141f18ae4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-deb9272b-5890-42f2-8da1-ffe141f18ae4 {
  display: none;
}
#s-deb9272b-5890-42f2-8da1-ffe141f18ae4, #wrap-s-deb9272b-5890-42f2-8da1-ffe141f18ae4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-deb9272b-5890-42f2-8da1-ffe141f18ae4 {
  display: none;
}
#s-deb9272b-5890-42f2-8da1-ffe141f18ae4, #wrap-s-deb9272b-5890-42f2-8da1-ffe141f18ae4 { display:none !important; }}







#s-deb9272b-5890-42f2-8da1-ffe141f18ae4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-deb9272b-5890-42f2-8da1-ffe141f18ae4.shg-box.shg-c {
  justify-content: center;
}

#s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d2bcb0bd-3cd8-416a-87b2-660ecd87ea2b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-75a1890f-2f8e-4102-bf65-a49d745d8aa3 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-75a1890f-2f8e-4102-bf65-a49d745d8aa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75a1890f-2f8e-4102-bf65-a49d745d8aa3.shg-box.shg-c {
  justify-content: center;
}

#s-b84fc0ad-81ca-44f4-a852-b06db2ff0b65 {
  margin-bottom: 0em;
text-align: center;
}




  #s-b84fc0ad-81ca-44f4-a852-b06db2ff0b65 img.shogun-image {
    
    width: px;
  }


#s-b84fc0ad-81ca-44f4-a852-b06db2ff0b65 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a19cbfb-5d26-4ff3-b533-2b23a36ceaf6 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-2a19cbfb-5d26-4ff3-b533-2b23a36ceaf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a19cbfb-5d26-4ff3-b533-2b23a36ceaf6.shg-box.shg-c {
  justify-content: center;
}

#s-4c073c41-a189-409c-9d98-d821c10251eb {
  margin-top: 0em;
margin-bottom: 0em;
text-align: center;
}




  #s-4c073c41-a189-409c-9d98-d821c10251eb img.shogun-image {
    
    width: px;
  }


#s-4c073c41-a189-409c-9d98-d821c10251eb .shogun-image-content {
  
    align-items: center;
  
}

#s-3a66c603-f1f5-4183-819b-36b4350b3b07 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3a66c603-f1f5-4183-819b-36b4350b3b07"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bdfbbd3d-e54d-4ec9-9368-7e292431d52e {
  margin-bottom: 1em;
min-height: 50px;
}








#s-bdfbbd3d-e54d-4ec9-9368-7e292431d52e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdfbbd3d-e54d-4ec9-9368-7e292431d52e.shg-box.shg-c {
  justify-content: center;
}

#s-8b67e0e2-0ce6-4170-af25-e55335a128a3 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-8b67e0e2-0ce6-4170-af25-e55335a128a3 img.shogun-image {
    
    width: px;
  }


#s-8b67e0e2-0ce6-4170-af25-e55335a128a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8fab2a6a-d748-40b5-a749-0f0cb2af733a {
  margin-bottom: 1em;
min-height: 50px;
}








#s-8fab2a6a-d748-40b5-a749-0f0cb2af733a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fab2a6a-d748-40b5-a749-0f0cb2af733a.shg-box.shg-c {
  justify-content: center;
}

#s-ce6107f2-493d-4e42-af10-3a05641950ae {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-ce6107f2-493d-4e42-af10-3a05641950ae img.shogun-image {
    
    width: px;
  }


#s-ce6107f2-493d-4e42-af10-3a05641950ae .shogun-image-content {
  
    align-items: center;
  
}

#s-d1584f7a-2ca8-4191-90e4-b1624a51e526 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}
@media (max-width: 767px){#s-d1584f7a-2ca8-4191-90e4-b1624a51e526 {
  display: none;
}
#s-d1584f7a-2ca8-4191-90e4-b1624a51e526, #wrap-s-d1584f7a-2ca8-4191-90e4-b1624a51e526 { display:none !important; }}







#s-d1584f7a-2ca8-4191-90e4-b1624a51e526 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1584f7a-2ca8-4191-90e4-b1624a51e526.shg-box.shg-c {
  justify-content: center;
}

#s-a34220e5-2372-47ed-b248-c223ff83dff6 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a34220e5-2372-47ed-b248-c223ff83dff6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-d14d0cfc-e221-4923-b47b-b1ca8d38bef7 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-d14d0cfc-e221-4923-b47b-b1ca8d38bef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d14d0cfc-e221-4923-b47b-b1ca8d38bef7.shg-box.shg-c {
  justify-content: center;
}

#s-03e116e3-ea56-400b-9d91-1cbb1b9c7098 {
  margin-bottom: 0em;
text-align: center;
}




  #s-03e116e3-ea56-400b-9d91-1cbb1b9c7098 img.shogun-image {
    
    width: px;
  }


#s-03e116e3-ea56-400b-9d91-1cbb1b9c7098 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b7a6db0-d3a5-4f3c-8909-15f35001e72c {
  margin-bottom: 1em;
min-height: 50px;
}








#s-8b7a6db0-d3a5-4f3c-8909-15f35001e72c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b7a6db0-d3a5-4f3c-8909-15f35001e72c.shg-box.shg-c {
  justify-content: center;
}

#s-db0359c2-29a0-452e-8a90-1e1aa06b052a {
  margin-top: 0em;
margin-bottom: 0em;
text-align: center;
}




  #s-db0359c2-29a0-452e-8a90-1e1aa06b052a img.shogun-image {
    
    width: px;
  }


#s-db0359c2-29a0-452e-8a90-1e1aa06b052a .shogun-image-content {
  
    align-items: center;
  
}

#s-8f2620a7-dc3d-4ae4-acc0-bc90bd5742e1 {
  margin-bottom: 2em;
min-height: 50px;
}








#s-8f2620a7-dc3d-4ae4-acc0-bc90bd5742e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f2620a7-dc3d-4ae4-acc0-bc90bd5742e1.shg-box.shg-c {
  justify-content: center;
}

#s-92ae7275-b905-4709-a263-258c439dd86e {
  margin-bottom: 1em;
min-height: 50px;
}








#s-92ae7275-b905-4709-a263-258c439dd86e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92ae7275-b905-4709-a263-258c439dd86e.shg-box.shg-c {
  justify-content: center;
}

#s-0d2fb9f7-b6d1-4101-97fb-363d723db061 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-0d2fb9f7-b6d1-4101-97fb-363d723db061 img.shogun-image {
    
    width: px;
  }


#s-0d2fb9f7-b6d1-4101-97fb-363d723db061 .shogun-image-content {
  
    align-items: center;
  
}

#s-61b11a95-821e-4449-8124-9799c770c9b2 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}




  #s-61b11a95-821e-4449-8124-9799c770c9b2 img.shogun-image {
    
    width: px;
  }


#s-61b11a95-821e-4449-8124-9799c770c9b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-760c8288-2c73-4d4e-9083-8fc914871916 {
  border-style: solid;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(57, 52, 55, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(33, 34, 38, 1);
}








#s-760c8288-2c73-4d4e-9083-8fc914871916 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-760c8288-2c73-4d4e-9083-8fc914871916.shg-box.shg-c {
  justify-content: center;
}

#s-3adfb26c-d485-469d-bfbe-9e17021402cb {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-3adfb26c-d485-469d-bfbe-9e17021402cb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-22be7159-ad04-4dac-b31d-d75836d5890b {
  margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
max-width: 400px;
text-align: center;
}




  #s-22be7159-ad04-4dac-b31d-d75836d5890b img.shogun-image {
    
    width: px;
  }


#s-22be7159-ad04-4dac-b31d-d75836d5890b .shogun-image-content {
  
    align-items: center;
  
}

#s-a5f69fde-0189-4620-9391-44cbab38dc4e {
  margin-bottom: 2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a5f69fde-0189-4620-9391-44cbab38dc4e .shogun-heading-component h2 {
  color: rgba(244, 243, 239, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fd7311ea-28af-4aad-9b93-f2dcb8f23c75 {
  margin-top: 0em;
margin-bottom: 1em;
max-width: 1000px;
}

#s-93760c44-309a-4282-bd42-c2304ce4a549 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}
@media (max-width: 767px){#s-93760c44-309a-4282-bd42-c2304ce4a549 {
  
}
}







#s-93760c44-309a-4282-bd42-c2304ce4a549 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93760c44-309a-4282-bd42-c2304ce4a549.shg-box.shg-c {
  justify-content: center;
}

#s-5df847be-e8da-4b7f-a024-ade718f56c9e {
  margin-top: 0em;
margin-bottom: 1em;
text-align: center;
}




  #s-5df847be-e8da-4b7f-a024-ade718f56c9e img.shogun-image {
    
    width: px;
  }


#s-5df847be-e8da-4b7f-a024-ade718f56c9e .shogun-image-content {
  
    align-items: center;
  
}

#s-7bb80e1b-7a6c-4e5c-9e55-90c835194a85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7bb80e1b-7a6c-4e5c-9e55-90c835194a85 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4572c517-f52a-40c1-bc26-923ddf2da3ed {
  min-height: 50px;
}








#s-4572c517-f52a-40c1-bc26-923ddf2da3ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4572c517-f52a-40c1-bc26-923ddf2da3ed.shg-box.shg-c {
  justify-content: center;
}

                /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */
