.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-b9e2e835-b72d-416e-ac6b-abc6ac5b1bc6 {
  min-height: 50px;
}








#s-b9e2e835-b72d-416e-ac6b-abc6ac5b1bc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9e2e835-b72d-416e-ac6b-abc6ac5b1bc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52bbe09f-c4db-40e8-aa3f-ec60665de16a {
  padding-top: 20px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(51, 18, 121, 1);
}
@media (max-width: 767px){#s-52bbe09f-c4db-40e8-aa3f-ec60665de16a {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-52bbe09f-c4db-40e8-aa3f-ec60665de16a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52bbe09f-c4db-40e8-aa3f-ec60665de16a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-54d37187-880b-49b3-a7eb-fe28e7b4af6b {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-54d37187-880b-49b3-a7eb-fe28e7b4af6b {
  display: none;
}
#s-54d37187-880b-49b3-a7eb-fe28e7b4af6b, #wrap-s-54d37187-880b-49b3-a7eb-fe28e7b4af6b, #wrap-content-s-54d37187-880b-49b3-a7eb-fe28e7b4af6b { display: none !important; }}@media (max-width: 767px){#s-54d37187-880b-49b3-a7eb-fe28e7b4af6b {
  display: none;
}
#s-54d37187-880b-49b3-a7eb-fe28e7b4af6b, #wrap-s-54d37187-880b-49b3-a7eb-fe28e7b4af6b, #wrap-content-s-54d37187-880b-49b3-a7eb-fe28e7b4af6b { display: none !important; }}
@media (min-width: 0px) {
[id="s-54d37187-880b-49b3-a7eb-fe28e7b4af6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-54d37187-880b-49b3-a7eb-fe28e7b4af6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-54d37187-880b-49b3-a7eb-fe28e7b4af6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-54d37187-880b-49b3-a7eb-fe28e7b4af6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e710fd70-d7d8-41d9-9632-b4d4d2db5bad {
  margin-left: 10%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-e710fd70-d7d8-41d9-9632-b4d4d2db5bad {
  margin-right: 4%;
}
}







#s-e710fd70-d7d8-41d9-9632-b4d4d2db5bad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e710fd70-d7d8-41d9-9632-b4d4d2db5bad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-22116e0b-5f84-4282-89ba-8d2fdd83d8c8 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8 {
  margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8 {
  display: none;
}
#s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8, #wrap-s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8, #wrap-content-s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8 {
  display: none;
}
#s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8, #wrap-s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8, #wrap-content-s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8 { display: none !important; }}@media (max-width: 767px){#s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8 {
  display: none;
}
#s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8, #wrap-s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8, #wrap-content-s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8 { display: none !important; }}
#s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8 .shogun-heading-component h1 {
  color: rgba(252, 251, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 47px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: left;
}


@media (min-width: 1200px){#s-22116e0b-5f84-4282-89ba-8d2fdd83d8c8 .shogun-heading-component h1 {
  color: rgba(252, 251, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.2em;
  letter-spacing: 0.4px;
  text-align: left;
}


}
#s-3bf845eb-b135-4528-8f5e-7bb80c327590 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-3bf845eb-b135-4528-8f5e-7bb80c327590 {
  display: none;
}
#s-3bf845eb-b135-4528-8f5e-7bb80c327590, #wrap-s-3bf845eb-b135-4528-8f5e-7bb80c327590, #wrap-content-s-3bf845eb-b135-4528-8f5e-7bb80c327590 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3bf845eb-b135-4528-8f5e-7bb80c327590 {
  display: none;
}
#s-3bf845eb-b135-4528-8f5e-7bb80c327590, #wrap-s-3bf845eb-b135-4528-8f5e-7bb80c327590, #wrap-content-s-3bf845eb-b135-4528-8f5e-7bb80c327590 { display: none !important; }}@media (max-width: 767px){#s-3bf845eb-b135-4528-8f5e-7bb80c327590 {
  display: none;
}
#s-3bf845eb-b135-4528-8f5e-7bb80c327590, #wrap-s-3bf845eb-b135-4528-8f5e-7bb80c327590, #wrap-content-s-3bf845eb-b135-4528-8f5e-7bb80c327590 { display: none !important; }}
#s-3bf845eb-b135-4528-8f5e-7bb80c327590 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: left;
}


@media (min-width: 1200px){#s-3bf845eb-b135-4528-8f5e-7bb80c327590 .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.1em;
  letter-spacing: 0.4px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3bf845eb-b135-4528-8f5e-7bb80c327590 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: left;
}


}
.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-bb36f9b5-064f-4364-93c5-f1b745a033c5 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-bb36f9b5-064f-4364-93c5-f1b745a033c5 {
  margin-top: 20px;
}
}
#s-bb36f9b5-064f-4364-93c5-f1b745a033c5 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-bb36f9b5-064f-4364-93c5-f1b745a033c5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bb36f9b5-064f-4364-93c5-f1b745a033c5 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-bb36f9b5-064f-4364-93c5-f1b745a033c5 td.shogun-table-row {
  background-color: rgba(51, 18, 121, 1);
  padding: 1px;
}

#s-bb36f9b5-064f-4364-93c5-f1b745a033c5 td.shogun-table-column, #s-bb36f9b5-064f-4364-93c5-f1b745a033c5 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-d2b5c21c-6af1-4268-9e42-9467ffffdc26 {
  margin-top: -10px;
}
@media (max-width: 767px){#s-d2b5c21c-6af1-4268-9e42-9467ffffdc26 {
  margin-left: 5px;
}
}
#s-f6d2c64d-df59-4d67-bb6c-1f6d00e80ad5 {
  margin-top: -10px;
min-height: 50px;
}








#s-f6d2c64d-df59-4d67-bb6c-1f6d00e80ad5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f6d2c64d-df59-4d67-bb6c-1f6d00e80ad5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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;
  flex-direction: column;
  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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-2618d9ae-9f5e-49e7-9fa9-796bd02c4930 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-2618d9ae-9f5e-49e7-9fa9-796bd02c4930 {
  overflow: hidden;
  
  
      max-width: 25px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-2618d9ae-9f5e-49e7-9fa9-796bd02c4930 img.shogun-image {
    

    
    
    
  }


#s-2618d9ae-9f5e-49e7-9fa9-796bd02c4930 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0d7e089a-445e-491c-9a1c-b6201b7ee84b {
  margin-top: -10px;
}
@media (max-width: 767px){#s-0d7e089a-445e-491c-9a1c-b6201b7ee84b {
  margin-left: 5px;
}
}
#s-2d94b060-e7d0-4847-8f6c-234096e3fbce {
  margin-top: -10px;
min-height: 50px;
}








#s-2d94b060-e7d0-4847-8f6c-234096e3fbce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d94b060-e7d0-4847-8f6c-234096e3fbce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d37ae33b-21a8-42de-9ebd-88021ddb2cc3 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-d37ae33b-21a8-42de-9ebd-88021ddb2cc3 {
  overflow: hidden;
  
  
      max-width: 25px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-d37ae33b-21a8-42de-9ebd-88021ddb2cc3 img.shogun-image {
    

    
    
    
  }


#s-d37ae33b-21a8-42de-9ebd-88021ddb2cc3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ee3f5e0b-89dc-4ffe-b714-d760f44369c1 {
  margin-top: -10px;
}
@media (max-width: 767px){#s-ee3f5e0b-89dc-4ffe-b714-d760f44369c1 {
  margin-left: 5px;
}
}
#s-8c0c59bd-4404-42fd-bf1d-e193d8d8db84 {
  margin-top: -10px;
min-height: 50px;
}








#s-8c0c59bd-4404-42fd-bf1d-e193d8d8db84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c0c59bd-4404-42fd-bf1d-e193d8d8db84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a092aea-b21b-411f-8144-70e3479cf6ea {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-8a092aea-b21b-411f-8144-70e3479cf6ea {
  overflow: hidden;
  
  
      max-width: 25px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-8a092aea-b21b-411f-8144-70e3479cf6ea img.shogun-image {
    

    
    
    
  }


#s-8a092aea-b21b-411f-8144-70e3479cf6ea .shogun-image-content {
  
    justify-content: center;
  
}

#s-03322d25-a0b5-4550-894d-b3d4e9f63314 {
  margin-top: -10px;
}
@media (max-width: 767px){#s-03322d25-a0b5-4550-894d-b3d4e9f63314 {
  margin-left: 5px;
}
}
#s-4a7b4628-ad23-4757-97cd-7641efa07a07 {
  margin-top: -10px;
min-height: 50px;
}








#s-4a7b4628-ad23-4757-97cd-7641efa07a07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4a7b4628-ad23-4757-97cd-7641efa07a07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0182ab7c-ce62-4c3a-a296-25b7b51fe8a5 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-0182ab7c-ce62-4c3a-a296-25b7b51fe8a5 {
  overflow: hidden;
  
  
      max-width: 25px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-0182ab7c-ce62-4c3a-a296-25b7b51fe8a5 img.shogun-image {
    

    
    
    
  }


#s-0182ab7c-ce62-4c3a-a296-25b7b51fe8a5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8fb2c4ab-b50f-4970-beaf-8960dd5b20dd {
  margin-top: -10px;
min-height: 50px;
}
@media (max-width: 767px){#s-8fb2c4ab-b50f-4970-beaf-8960dd5b20dd {
  margin-left: 5px;
}
}







#s-8fb2c4ab-b50f-4970-beaf-8960dd5b20dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8fb2c4ab-b50f-4970-beaf-8960dd5b20dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2ee8524-c113-4ff5-b6e5-ff3b4e828901 {
  margin-top: 0px;
}

#s-640c8a9e-91ed-4c8c-8e3d-0e6318ff0ea7 {
  margin-top: -10px;
min-height: 50px;
}








#s-640c8a9e-91ed-4c8c-8e3d-0e6318ff0ea7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-640c8a9e-91ed-4c8c-8e3d-0e6318ff0ea7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6126e24a-17a4-4705-9fe2-a92dfeb2de7b {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-6126e24a-17a4-4705-9fe2-a92dfeb2de7b {
  overflow: hidden;
  
  
      max-width: 25px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-6126e24a-17a4-4705-9fe2-a92dfeb2de7b img.shogun-image {
    

    
    
    
  }


#s-6126e24a-17a4-4705-9fe2-a92dfeb2de7b .shogun-image-content {
  
    justify-content: center;
  
}

#s-bfd0e1ab-892d-4056-a486-4e5e66961139 {
  margin-top: -10px;
min-height: 50px;
}








#s-bfd0e1ab-892d-4056-a486-4e5e66961139 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bfd0e1ab-892d-4056-a486-4e5e66961139.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73c966fb-d3f5-4b3a-bdde-f66c618dfed7 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-73c966fb-d3f5-4b3a-bdde-f66c618dfed7 {
  overflow: hidden;
  
  
      max-width: 25px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-73c966fb-d3f5-4b3a-bdde-f66c618dfed7 img.shogun-image {
    

    
    
    
  }


#s-73c966fb-d3f5-4b3a-bdde-f66c618dfed7 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ef0200a0-bd75-4325-a655-ccdbe36c3739 {
  margin-top: -10px;
min-height: 50px;
}
@media (max-width: 767px){#s-ef0200a0-bd75-4325-a655-ccdbe36c3739 {
  margin-left: 5px;
}
}







#s-ef0200a0-bd75-4325-a655-ccdbe36c3739 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef0200a0-bd75-4325-a655-ccdbe36c3739.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a71da88-0934-4b9d-a8fe-2f34619b139d {
  margin-top: -3px;
}

#s-1b0ded91-c2b9-4d6b-b18d-b962ca86f687 {
  margin-top: -10px;
}
@media (max-width: 767px){#s-1b0ded91-c2b9-4d6b-b18d-b962ca86f687 {
  margin-left: 5px;
}
}
#s-096b274e-afe6-463d-8104-bca681d6ccb6 {
  margin-top: -10px;
min-height: 50px;
}








#s-096b274e-afe6-463d-8104-bca681d6ccb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-096b274e-afe6-463d-8104-bca681d6ccb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40c72847-465c-44e3-93c4-7d5b92c75c18 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-40c72847-465c-44e3-93c4-7d5b92c75c18 {
  overflow: hidden;
  
  
      max-width: 25px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-40c72847-465c-44e3-93c4-7d5b92c75c18 img.shogun-image {
    

    
    
    
  }


#s-40c72847-465c-44e3-93c4-7d5b92c75c18 .shogun-image-content {
  
    justify-content: center;
  
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-403f3b3b-c7f0-4eab-8525-27e0c6741a77 {
  border-style: solid;
margin-top: 20px;
padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: left;
text-decoration: none;
color: rgba(51, 18, 121, 1);
background-image: none;
hover-type: color;
}
#s-403f3b3b-c7f0-4eab-8525-27e0c6741a77:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-403f3b3b-c7f0-4eab-8525-27e0c6741a77:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (min-width: 1200px){#s-403f3b3b-c7f0-4eab-8525-27e0c6741a77 {
  padding-left: 25%;
padding-right: 25%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-403f3b3b-c7f0-4eab-8525-27e0c6741a77 {
  padding-left: 25%;
padding-right: 25%;
}
}

  #s-403f3b3b-c7f0-4eab-8525-27e0c6741a77-root {
    text-align: left;
  }


#s-403f3b3b-c7f0-4eab-8525-27e0c6741a77.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-403f3b3b-c7f0-4eab-8525-27e0c6741a77-root {
    text-align: left;
  }


#s-403f3b3b-c7f0-4eab-8525-27e0c6741a77.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-403f3b3b-c7f0-4eab-8525-27e0c6741a77-root {
    text-align: left;
  }


#s-403f3b3b-c7f0-4eab-8525-27e0c6741a77.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-403f3b3b-c7f0-4eab-8525-27e0c6741a77-root {
    text-align: left;
  }


#s-403f3b3b-c7f0-4eab-8525-27e0c6741a77.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-403f3b3b-c7f0-4eab-8525-27e0c6741a77-root {
    text-align: left;
  }


#s-403f3b3b-c7f0-4eab-8525-27e0c6741a77.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ad3b0350-2d32-48f2-82fe-f2800a4b0db0 {
  margin-top: 5px;
margin-left: 8%;
}

#s-bceef6a9-063d-40a7-a9a5-959ca471c5f8 {
  max-width: 3595px;
text-align: center;
}

#s-bceef6a9-063d-40a7-a9a5-959ca471c5f8 {
  overflow: hidden;
  
  
      max-width: 3595px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-bceef6a9-063d-40a7-a9a5-959ca471c5f8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e {
  display: none;
}
#s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e, #wrap-s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e, #wrap-content-s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e {
  display: none;
}
#s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e, #wrap-s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e, #wrap-content-s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e {
  padding-bottom: 20px;
}
}







#s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7265ef4b-0bb5-4200-b116-a5c6d4155a5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86a9ef79-b6a5-4e02-9add-3a8a9858d4da {
  max-width: 3595px;
text-align: center;
}

#s-86a9ef79-b6a5-4e02-9add-3a8a9858d4da {
  overflow: hidden;
  
  
      max-width: 3595px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-86a9ef79-b6a5-4e02-9add-3a8a9858d4da .shogun-image-content {
  
    justify-content: center;
  
}

#s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef {
  display: none;
}
#s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef, #wrap-s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef, #wrap-content-s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef {
  display: none;
}
#s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef, #wrap-s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef, #wrap-content-s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef {
  margin-top: 10px;
margin-left: 4%;
margin-right: 4%;
}
}
#s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef .shogun-heading-component h1 {
  color: rgba(51, 18, 121, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.5em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.5em;
  
  
}


}@media (max-width: 767px){#s-d59e0e75-33ab-4d9d-ae6f-f0e8bb0076ef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  
}


}
#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe {
  margin-top: 10px;
margin-left: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe {
  margin-left: 10%;
margin-right: 3%;
}
}
#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-row {
  background-color: rgba(228, 229, 251, 1);
  padding: 0px;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-column, #s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-row {
  border: 0px solid #D5D6D7;
}
@media (min-width: 768px) and (max-width: 991px){#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-row {
  background-color: rgba(51, 18, 121, 1);
  padding: 0px;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-column, #s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-row {
  border: 0px solid #D5D6D7;
}
}@media (max-width: 767px){#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-row {
  background-color: rgba(51, 18, 121, 1);
  padding: 0px;
}

#s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-column, #s-3aee5c9e-3b7a-445c-b105-2408b19e3cfe td.shogun-table-row {
  border: 0px solid #D5D6D7;
}
}
#s-bd96a90e-3ac5-437c-b259-db119e85a57e {
  margin-top: -10px;
}
@media (max-width: 767px){#s-bd96a90e-3ac5-437c-b259-db119e85a57e {
  margin-left: 5px;
}
}
#s-cb19c3c7-96f2-4480-8a53-f95d60cb1ad1 {
  margin-top: -10px;
min-height: 50px;
}








#s-cb19c3c7-96f2-4480-8a53-f95d60cb1ad1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb19c3c7-96f2-4480-8a53-f95d60cb1ad1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a9794d4-05c7-45bc-a710-937e66a7cf33 {
  margin-left: auto;
margin-right: auto;
max-width: 23px;
text-align: center;
}

#s-7a9794d4-05c7-45bc-a710-937e66a7cf33 {
  overflow: hidden;
  
  
      max-width: 23px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-7a9794d4-05c7-45bc-a710-937e66a7cf33 img.shogun-image {
    

    
    
    
  }


#s-7a9794d4-05c7-45bc-a710-937e66a7cf33 .shogun-image-content {
  
    justify-content: center;
  
}

#s-81cf6d5b-13a4-43ff-aee4-0864746f725a {
  margin-top: -10px;
}
@media (max-width: 767px){#s-81cf6d5b-13a4-43ff-aee4-0864746f725a {
  margin-left: 5px;
}
}
#s-b945c1fd-7c67-4d0d-843b-a990727c641d {
  margin-top: -10px;
min-height: 50px;
}








#s-b945c1fd-7c67-4d0d-843b-a990727c641d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b945c1fd-7c67-4d0d-843b-a990727c641d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c02dcd00-6a44-437b-9c18-d99f22db919d {
  margin-left: auto;
margin-right: auto;
max-width: 23px;
text-align: center;
}

#s-c02dcd00-6a44-437b-9c18-d99f22db919d {
  overflow: hidden;
  
  
      max-width: 23px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-c02dcd00-6a44-437b-9c18-d99f22db919d img.shogun-image {
    

    
    
    
  }


#s-c02dcd00-6a44-437b-9c18-d99f22db919d .shogun-image-content {
  
    justify-content: center;
  
}

#s-7f89bc86-5d81-49f7-8b59-9162b683ee2a {
  margin-top: -10px;
}
@media (max-width: 767px){#s-7f89bc86-5d81-49f7-8b59-9162b683ee2a {
  margin-left: 5px;
}
}
#s-23de630e-31aa-48b3-8058-1c7a2fa298a9 {
  margin-top: -10px;
min-height: 50px;
}








#s-23de630e-31aa-48b3-8058-1c7a2fa298a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23de630e-31aa-48b3-8058-1c7a2fa298a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1fc11c3-eb05-433b-adf1-225c36e0afe9 {
  margin-left: auto;
margin-right: auto;
max-width: 23px;
text-align: center;
}

#s-e1fc11c3-eb05-433b-adf1-225c36e0afe9 {
  overflow: hidden;
  
  
      max-width: 23px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-e1fc11c3-eb05-433b-adf1-225c36e0afe9 img.shogun-image {
    

    
    
    
  }


#s-e1fc11c3-eb05-433b-adf1-225c36e0afe9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b87d20ce-6767-4d4e-8668-dde70ae84985 {
  margin-top: -10px;
}
@media (max-width: 767px){#s-b87d20ce-6767-4d4e-8668-dde70ae84985 {
  margin-left: 5px;
}
}
#s-b9b7522f-1eac-4252-8efd-5013d5c74525 {
  margin-top: -10px;
min-height: 50px;
}








#s-b9b7522f-1eac-4252-8efd-5013d5c74525 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9b7522f-1eac-4252-8efd-5013d5c74525.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5cd7c503-ba36-4a9f-8d45-c5427e0ee968 {
  margin-left: auto;
margin-right: auto;
max-width: 23px;
text-align: center;
}

#s-5cd7c503-ba36-4a9f-8d45-c5427e0ee968 {
  overflow: hidden;
  
  
      max-width: 23px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-5cd7c503-ba36-4a9f-8d45-c5427e0ee968 img.shogun-image {
    

    
    
    
  }


#s-5cd7c503-ba36-4a9f-8d45-c5427e0ee968 .shogun-image-content {
  
    justify-content: center;
  
}

#s-479b0dd3-c94a-4291-8ac4-f7979e809c5b {
  margin-top: -10px;
min-height: 50px;
}
@media (max-width: 767px){#s-479b0dd3-c94a-4291-8ac4-f7979e809c5b {
  margin-left: 5px;
}
}







#s-479b0dd3-c94a-4291-8ac4-f7979e809c5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-479b0dd3-c94a-4291-8ac4-f7979e809c5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b02e7f3e-fe96-440e-ba26-94666e3c8c40 {
  margin-top: 0px;
}

#s-87ab665b-dab9-4093-b907-3bea8408ec8a {
  margin-top: -10px;
min-height: 50px;
}








#s-87ab665b-dab9-4093-b907-3bea8408ec8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-87ab665b-dab9-4093-b907-3bea8408ec8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd3f21b6-67cd-4fd5-b1a2-f7e89f041017 {
  margin-left: auto;
margin-right: auto;
max-width: 23px;
text-align: center;
}

#s-bd3f21b6-67cd-4fd5-b1a2-f7e89f041017 {
  overflow: hidden;
  
  
      max-width: 23px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-bd3f21b6-67cd-4fd5-b1a2-f7e89f041017 img.shogun-image {
    

    
    
    
  }


#s-bd3f21b6-67cd-4fd5-b1a2-f7e89f041017 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6a7d084a-9c77-4f56-be63-d26e35360773 {
  margin-top: -10px;
min-height: 50px;
}








#s-6a7d084a-9c77-4f56-be63-d26e35360773 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a7d084a-9c77-4f56-be63-d26e35360773.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3b903c9-aa0a-4770-9504-82159a146150 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-e3b903c9-aa0a-4770-9504-82159a146150 {
  overflow: hidden;
  
  
      max-width: 25px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-e3b903c9-aa0a-4770-9504-82159a146150 img.shogun-image {
    

    
    
    
  }


#s-e3b903c9-aa0a-4770-9504-82159a146150 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2da1f6e7-4e43-40a8-9854-2d3808cf6e4c {
  margin-top: -10px;
min-height: 50px;
}
@media (max-width: 767px){#s-2da1f6e7-4e43-40a8-9854-2d3808cf6e4c {
  margin-left: 5px;
}
}







#s-2da1f6e7-4e43-40a8-9854-2d3808cf6e4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2da1f6e7-4e43-40a8-9854-2d3808cf6e4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-486301fd-2e94-4728-9da1-f360501e90df {
  margin-top: -3px;
}

#s-00c6da34-e140-4ce0-b150-365819560855 {
  margin-top: -10px;
}
@media (max-width: 767px){#s-00c6da34-e140-4ce0-b150-365819560855 {
  margin-left: 5px;
}
}
#s-aa037c52-f8ba-4b7a-9a95-b38f7569860a {
  margin-top: -10px;
min-height: 50px;
}








#s-aa037c52-f8ba-4b7a-9a95-b38f7569860a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa037c52-f8ba-4b7a-9a95-b38f7569860a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a4be3ee-f414-4a7b-8c83-9a2183b80a66 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
text-align: center;
}

#s-6a4be3ee-f414-4a7b-8c83-9a2183b80a66 {
  overflow: hidden;
  
  
      max-width: 25px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-6a4be3ee-f414-4a7b-8c83-9a2183b80a66 img.shogun-image {
    

    
    
    
  }


#s-6a4be3ee-f414-4a7b-8c83-9a2183b80a66 .shogun-image-content {
  
    justify-content: center;
  
}

#s-39d5c968-6c58-4c43-95fd-95ff97cd2d08 {
  margin-top: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-39d5c968-6c58-4c43-95fd-95ff97cd2d08:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-39d5c968-6c58-4c43-95fd-95ff97cd2d08:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (max-width: 767px){#s-39d5c968-6c58-4c43-95fd-95ff97cd2d08 {
  padding-left: 110px;
padding-right: 110px;
}
}

  #s-39d5c968-6c58-4c43-95fd-95ff97cd2d08-root {
    text-align: center;
  }


#s-39d5c968-6c58-4c43-95fd-95ff97cd2d08.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-39d5c968-6c58-4c43-95fd-95ff97cd2d08-root {
    text-align: center;
  }


#s-39d5c968-6c58-4c43-95fd-95ff97cd2d08.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-39d5c968-6c58-4c43-95fd-95ff97cd2d08-root {
    text-align: center;
  }


#s-39d5c968-6c58-4c43-95fd-95ff97cd2d08.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-39d5c968-6c58-4c43-95fd-95ff97cd2d08-root {
    text-align: center;
  }


#s-39d5c968-6c58-4c43-95fd-95ff97cd2d08.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-39d5c968-6c58-4c43-95fd-95ff97cd2d08-root {
    text-align: center;
  }


#s-39d5c968-6c58-4c43-95fd-95ff97cd2d08.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-2374d1b1-7d0a-4a3c-a89d-305e4395411f {
  margin-top: 5px;
}
@media (max-width: 767px){#s-2374d1b1-7d0a-4a3c-a89d-305e4395411f {
  margin-left: 5px;
}
}
#s-69bfabfd-98ff-4cf7-996e-6645a6d935a5 {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-69bfabfd-98ff-4cf7-996e-6645a6d935a5 {
  padding-bottom: 20px;
}
}







#s-69bfabfd-98ff-4cf7-996e-6645a6d935a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69bfabfd-98ff-4cf7-996e-6645a6d935a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

.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-top {
  align-items: flex-start;
}

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 240px;
aspect-ratio: 1086/102;
text-align: center;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  margin: 0 !important;
  overflow: visible;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  /* Add background color handling */
  
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shg-image-content-wrapper {
      aspect-ratio: 1086/102;
      min-width: 100%;
      height: auto;
    }

    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shogun-image-link {
      aspect-ratio: 1086/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 240px;
  }



  img.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image {
    
    
    
    max-height: 240px;
  }


.s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image {
  box-sizing: border-box;
}



.s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
      --shg-aspect-ratio: calc(1086/102); 
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
      position: relative;
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 240px;
    }
  }

@media (min-width: 1200px){#s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  margin: 0 !important;
  overflow: visible;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  /* Add background color handling */
  
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shg-image-content-wrapper {
      aspect-ratio: 1086/102;
      min-width: 100%;
      height: auto;
    }

    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shogun-image-link {
      aspect-ratio: 1086/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 240px;
  }



  img.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image {
    
    
    
    max-height: 240px;
  }


.s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image {
  box-sizing: border-box;
}



.s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
      --shg-aspect-ratio: calc(1086/102); 
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
      position: relative;
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 240px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  margin: 0 !important;
  overflow: visible;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  /* Add background color handling */
  
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shg-image-content-wrapper {
      aspect-ratio: 1086/102;
      min-width: 100%;
      height: auto;
    }

    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shogun-image-link {
      aspect-ratio: 1086/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 240px;
  }



  img.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image {
    
    
    
    max-height: 240px;
  }


.s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image {
  box-sizing: border-box;
}



.s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
      --shg-aspect-ratio: calc(1086/102); 
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
      position: relative;
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 240px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  margin: 0 !important;
  overflow: visible;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  /* Add background color handling */
  
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shg-image-content-wrapper {
      aspect-ratio: 1086/102;
      min-width: 100%;
      height: auto;
    }

    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shogun-image-link {
      aspect-ratio: 1086/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 240px;
  }



  img.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image {
    
    
    
    max-height: 240px;
  }


.s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image {
  box-sizing: border-box;
}



.s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
      --shg-aspect-ratio: calc(1086/102); 
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
      position: relative;
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 240px;
    }
  }

}@media (max-width: 767px){#s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  margin: 0 !important;
  overflow: visible;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  /* Add background color handling */
  
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shg-image-content-wrapper {
      aspect-ratio: 1086/102;
      min-width: 100%;
      height: auto;
    }

    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shogun-image-link {
      aspect-ratio: 1086/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 240px;
  }



  img.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image {
    
    
    
    max-height: 240px;
  }


.s-1147ecae-1986-4afe-8bef-7d5842e51b85 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image {
  box-sizing: border-box;
}



.s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1147ecae-1986-4afe-8bef-7d5842e51b85 {
      --shg-aspect-ratio: calc(1086/102); 
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container {
      position: relative;
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1147ecae-1986-4afe-8bef-7d5842e51b85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 240px;
    }
  }

}
#s-59f6855d-e980-432b-946b-f7b25b402603 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-59f6855d-e980-432b-946b-f7b25b402603 {
  display: none;
}
#s-59f6855d-e980-432b-946b-f7b25b402603, #wrap-s-59f6855d-e980-432b-946b-f7b25b402603, #wrap-content-s-59f6855d-e980-432b-946b-f7b25b402603 { display: none !important; }}
@media (min-width: 0px) {
[id="s-59f6855d-e980-432b-946b-f7b25b402603"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59f6855d-e980-432b-946b-f7b25b402603"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-59f6855d-e980-432b-946b-f7b25b402603"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-59f6855d-e980-432b-946b-f7b25b402603"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-a5b73d38-bdea-4410-b9aa-a6d9d421bfa0 {
  min-height: 50px;
}








#s-a5b73d38-bdea-4410-b9aa-a6d9d421bfa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5b73d38-bdea-4410-b9aa-a6d9d421bfa0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bffad29-6540-4921-936c-433843fa03ff {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
}

#s-e3a9c987-8131-4eb8-acb2-89c5f4ac923c {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-e3a9c987-8131-4eb8-acb2-89c5f4ac923c {
  overflow: hidden;
  
  
      max-width: 150px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-e3a9c987-8131-4eb8-acb2-89c5f4ac923c img.shogun-image {
    

    
    
    
  }


#s-e3a9c987-8131-4eb8-acb2-89c5f4ac923c .shogun-image-content {
  
    justify-content: center;
  
}

#s-7c48b858-8dda-477e-8662-9c301bbb6d5a {
  min-height: 50px;
}








#s-7c48b858-8dda-477e-8662-9c301bbb6d5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7c48b858-8dda-477e-8662-9c301bbb6d5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d7384ad-07b5-4b6d-8179-f28c74323f1f {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-b99cd552-6c66-4ba7-9816-873cdb685856 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-b99cd552-6c66-4ba7-9816-873cdb685856 {
  overflow: hidden;
  
  
      max-width: 150px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-b99cd552-6c66-4ba7-9816-873cdb685856 img.shogun-image {
    

    
    
    
  }


#s-b99cd552-6c66-4ba7-9816-873cdb685856 .shogun-image-content {
  
    justify-content: center;
  
}

#s-06508c06-65d6-4fc5-af72-81fbb8bba505 {
  min-height: 50px;
}








#s-06508c06-65d6-4fc5-af72-81fbb8bba505 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06508c06-65d6-4fc5-af72-81fbb8bba505.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4037c878-f645-40c6-8e29-29d2232c7224 {
  margin-top: 5px;
margin-left: 5%;
margin-right: 5%;
}

#s-f5e407e6-f9b0-4fe7-9f53-c220c66d8d09 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-f5e407e6-f9b0-4fe7-9f53-c220c66d8d09 {
  overflow: hidden;
  
  
      max-width: 150px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-f5e407e6-f9b0-4fe7-9f53-c220c66d8d09 img.shogun-image {
    

    
    
    
  }


#s-f5e407e6-f9b0-4fe7-9f53-c220c66d8d09 .shogun-image-content {
  
    justify-content: center;
  
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

  to {
    opacity: 1;
  }
}

#s-1ca2e31f-0741-4ca0-9081-2078462fd58c {
  padding-top: 20px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-1ca2e31f-0741-4ca0-9081-2078462fd58c {
  display: none;
}
#s-1ca2e31f-0741-4ca0-9081-2078462fd58c, #wrap-s-1ca2e31f-0741-4ca0-9081-2078462fd58c, #wrap-content-s-1ca2e31f-0741-4ca0-9081-2078462fd58c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ca2e31f-0741-4ca0-9081-2078462fd58c {
  display: none;
}
#s-1ca2e31f-0741-4ca0-9081-2078462fd58c, #wrap-s-1ca2e31f-0741-4ca0-9081-2078462fd58c, #wrap-content-s-1ca2e31f-0741-4ca0-9081-2078462fd58c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ca2e31f-0741-4ca0-9081-2078462fd58c {
  display: none;
}
#s-1ca2e31f-0741-4ca0-9081-2078462fd58c, #wrap-s-1ca2e31f-0741-4ca0-9081-2078462fd58c, #wrap-content-s-1ca2e31f-0741-4ca0-9081-2078462fd58c { display: none !important; }}
#s-1ca2e31f-0741-4ca0-9081-2078462fd58c .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1ca2e31f-0741-4ca0-9081-2078462fd58c .shg-sld-nav-button.shg-sld-left,
#s-1ca2e31f-0741-4ca0-9081-2078462fd58c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0c562f67-16dc-427a-b4a5-d38225529c37 {
  min-height: 50px;
}








#s-0c562f67-16dc-427a-b4a5-d38225529c37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c562f67-16dc-427a-b4a5-d38225529c37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4447dd7d-6d77-41fa-8594-0ff9d7dde058 {
  margin-top: 5px;
margin-left: 0%;
margin-right: 0%;
}

#s-4405ea7d-820a-45ea-8b97-e3ce936406d2 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-4405ea7d-820a-45ea-8b97-e3ce936406d2 {
  overflow: hidden;
  
  
      max-width: 150px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-4405ea7d-820a-45ea-8b97-e3ce936406d2 img.shogun-image {
    

    
    
    
  }


#s-4405ea7d-820a-45ea-8b97-e3ce936406d2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-597721b4-5930-40cc-b795-8cf7024f9581 {
  min-height: 50px;
}








#s-597721b4-5930-40cc-b795-8cf7024f9581 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-597721b4-5930-40cc-b795-8cf7024f9581.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81f2adda-5ed5-472f-996f-7c02bf86cd30 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}

#s-7a386176-d3b9-434e-8897-667a633c96c5 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}

#s-7a386176-d3b9-434e-8897-667a633c96c5 {
  overflow: hidden;
  
  
      max-width: 150px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-7a386176-d3b9-434e-8897-667a633c96c5 img.shogun-image {
    

    
    
    
  }


#s-7a386176-d3b9-434e-8897-667a633c96c5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3b4c9d88-c9e3-40c7-aee9-ff11987cafc5 {
  min-height: 50px;
}








#s-3b4c9d88-c9e3-40c7-aee9-ff11987cafc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b4c9d88-c9e3-40c7-aee9-ff11987cafc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-400c687e-17b4-4e9d-a74f-1d7bf736a959 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-a4563518-d077-4d17-b975-c9b14ba1065e {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}

#s-a4563518-d077-4d17-b975-c9b14ba1065e {
  overflow: hidden;
  
  
      max-width: 120px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-a4563518-d077-4d17-b975-c9b14ba1065e img.shogun-image {
    

    
    
    
  }


#s-a4563518-d077-4d17-b975-c9b14ba1065e .shogun-image-content {
  
    justify-content: center;
  
}

#s-8e78dae1-ec29-4106-810e-9f082c5f74ee {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8e78dae1-ec29-4106-810e-9f082c5f74ee {
  
}
}@media (max-width: 767px){#s-8e78dae1-ec29-4106-810e-9f082c5f74ee {
  
}
}







#s-8e78dae1-ec29-4106-810e-9f082c5f74ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e78dae1-ec29-4106-810e-9f082c5f74ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a38cbce-1765-4dd0-beb5-74c9f88910ab {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(228, 229, 251, 1);
}
@media (min-width: 1200px){#s-8a38cbce-1765-4dd0-beb5-74c9f88910ab {
  padding-top: 50px;
padding-bottom: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8a38cbce-1765-4dd0-beb5-74c9f88910ab {
  padding-top: 32px;
padding-bottom: 32px;
}
}@media (max-width: 767px){#s-8a38cbce-1765-4dd0-beb5-74c9f88910ab {
  padding-top: 30px;
padding-bottom: 30px;
}
}







#s-8a38cbce-1765-4dd0-beb5-74c9f88910ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a38cbce-1765-4dd0-beb5-74c9f88910ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b77a9043-6d22-4a8a-913f-2b4634afde82 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-009c2b25-7bd1-4ca8-bf3c-8fc358230743 {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
text-align: left;
}

#s-b43c6bbb-b690-4d5d-9f0d-e14a0ccf737e {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b43c6bbb-b690-4d5d-9f0d-e14a0ccf737e {
  
}
}@media (max-width: 767px){#s-b43c6bbb-b690-4d5d-9f0d-e14a0ccf737e {
  
}
}







#s-b43c6bbb-b690-4d5d-9f0d-e14a0ccf737e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b43c6bbb-b690-4d5d-9f0d-e14a0ccf737e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0795a1ef-c22a-423b-a05f-94fccb99a796 {
  padding-top: 50px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(51, 18, 121, 1);
}
@media (max-width: 767px){#s-0795a1ef-c22a-423b-a05f-94fccb99a796 {
  padding-top: 32px;
}
}







#s-0795a1ef-c22a-423b-a05f-94fccb99a796 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0795a1ef-c22a-423b-a05f-94fccb99a796.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67e45fb8-b11e-4c41-9af6-dc0654e6c222 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-67e45fb8-b11e-4c41-9af6-dc0654e6c222 {
  display: none;
}
#s-67e45fb8-b11e-4c41-9af6-dc0654e6c222, #wrap-s-67e45fb8-b11e-4c41-9af6-dc0654e6c222, #wrap-content-s-67e45fb8-b11e-4c41-9af6-dc0654e6c222 { display: none !important; }}@media (max-width: 767px){#s-67e45fb8-b11e-4c41-9af6-dc0654e6c222 {
  padding-left: 2%;
padding-right: 2%;
display: none;
}
#s-67e45fb8-b11e-4c41-9af6-dc0654e6c222, #wrap-s-67e45fb8-b11e-4c41-9af6-dc0654e6c222, #wrap-content-s-67e45fb8-b11e-4c41-9af6-dc0654e6c222 { display: none !important; }}
#s-67e45fb8-b11e-4c41-9af6-dc0654e6c222 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-67e45fb8-b11e-4c41-9af6-dc0654e6c222 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}@media (max-width: 767px){#s-67e45fb8-b11e-4c41-9af6-dc0654e6c222 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}
#s-d080f3e6-6898-4f43-9a8d-371d2b0c943a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-d080f3e6-6898-4f43-9a8d-371d2b0c943a {
  display: none;
}
#s-d080f3e6-6898-4f43-9a8d-371d2b0c943a, #wrap-s-d080f3e6-6898-4f43-9a8d-371d2b0c943a, #wrap-content-s-d080f3e6-6898-4f43-9a8d-371d2b0c943a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d080f3e6-6898-4f43-9a8d-371d2b0c943a {
  display: none;
}
#s-d080f3e6-6898-4f43-9a8d-371d2b0c943a, #wrap-s-d080f3e6-6898-4f43-9a8d-371d2b0c943a, #wrap-content-s-d080f3e6-6898-4f43-9a8d-371d2b0c943a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d080f3e6-6898-4f43-9a8d-371d2b0c943a {
  
}
}@media (max-width: 767px){#s-d080f3e6-6898-4f43-9a8d-371d2b0c943a {
  padding-left: 2%;
padding-right: 2%;
}
}
#s-d080f3e6-6898-4f43-9a8d-371d2b0c943a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-d080f3e6-6898-4f43-9a8d-371d2b0c943a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}@media (max-width: 767px){#s-d080f3e6-6898-4f43-9a8d-371d2b0c943a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: 0.4px;
  text-align: center;
}


}
#s-0c33f2a3-90ca-441c-8042-6cafdac9d029 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1400px;
}
@media (max-width: 767px){#s-0c33f2a3-90ca-441c-8042-6cafdac9d029 {
  margin-top: 32px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-0c33f2a3-90ca-441c-8042-6cafdac9d029"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c33f2a3-90ca-441c-8042-6cafdac9d029"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0c33f2a3-90ca-441c-8042-6cafdac9d029"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c33f2a3-90ca-441c-8042-6cafdac9d029"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f0cbc947-4147-4415-80d8-59f466cb5d31 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
}
@media (min-width: 1200px){#s-f0cbc947-4147-4415-80d8-59f466cb5d31 {
  margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0cbc947-4147-4415-80d8-59f466cb5d31 {
  margin-right: 5%;
}
}@media (max-width: 767px){#s-f0cbc947-4147-4415-80d8-59f466cb5d31 {
  padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}
}
#s-1a873f51-97c3-4ec3-8578-8b889ec891b0 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1a873f51-97c3-4ec3-8578-8b889ec891b0 {
  
}
}@media (max-width: 767px){#s-1a873f51-97c3-4ec3-8578-8b889ec891b0 {
  
}
}







#s-1a873f51-97c3-4ec3-8578-8b889ec891b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a873f51-97c3-4ec3-8578-8b889ec891b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-832ab417-cb43-427a-80d5-7d42d690fa34 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-975b1f33-02ec-4be9-b35b-2fb8e68cb723 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(228, 229, 251, 1);
}
@media (max-width: 767px){#s-975b1f33-02ec-4be9-b35b-2fb8e68cb723 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-975b1f33-02ec-4be9-b35b-2fb8e68cb723 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-975b1f33-02ec-4be9-b35b-2fb8e68cb723.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2faacd38-8447-4e62-8d5a-b324857f2105 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-2faacd38-8447-4e62-8d5a-b324857f2105"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2faacd38-8447-4e62-8d5a-b324857f2105"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2faacd38-8447-4e62-8d5a-b324857f2105"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2faacd38-8447-4e62-8d5a-b324857f2105"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2faacd38-8447-4e62-8d5a-b324857f2105"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d53b49e9-8f3d-469e-aae2-0089768908f0 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d53b49e9-8f3d-469e-aae2-0089768908f0 {
  
}
}@media (max-width: 767px){#s-d53b49e9-8f3d-469e-aae2-0089768908f0 {
  
}
}







#s-d53b49e9-8f3d-469e-aae2-0089768908f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d53b49e9-8f3d-469e-aae2-0089768908f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22035203-cd3e-48b6-b84e-97f4385c8ce7 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-17cb9c38-61de-42f6-a8b2-e3ad2efe1f8d {
  margin-top: 0px;
margin-left: 18%;
padding-top: 6px;
padding-left: 30px;
padding-bottom: 6px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-17cb9c38-61de-42f6-a8b2-e3ad2efe1f8d:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-17cb9c38-61de-42f6-a8b2-e3ad2efe1f8d:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (max-width: 767px){#s-17cb9c38-61de-42f6-a8b2-e3ad2efe1f8d {
  margin-left: auto;
margin-bottom: 20px;
text-align: center;
}
}

  #s-17cb9c38-61de-42f6-a8b2-e3ad2efe1f8d-root {
    text-align: left;
  }


#s-17cb9c38-61de-42f6-a8b2-e3ad2efe1f8d.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-17cb9c38-61de-42f6-a8b2-e3ad2efe1f8d-root {
    text-align: left;
  }


#s-17cb9c38-61de-42f6-a8b2-e3ad2efe1f8d.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17cb9c38-61de-42f6-a8b2-e3ad2efe1f8d-root {
    text-align: left;
  }


#s-17cb9c38-61de-42f6-a8b2-e3ad2efe1f8d.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17cb9c38-61de-42f6-a8b2-e3ad2efe1f8d-root {
    text-align: left;
  }


#s-17cb9c38-61de-42f6-a8b2-e3ad2efe1f8d.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-17cb9c38-61de-42f6-a8b2-e3ad2efe1f8d-root {
    text-align: center;
  }


#s-17cb9c38-61de-42f6-a8b2-e3ad2efe1f8d.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-9353d4c4-a5e0-4a41-9639-5cefa9f767eb {
  margin-left: 5%;
margin-right: auto;
max-width: 550px;
text-align: right;
}
@media (min-width: 1200px){#s-9353d4c4-a5e0-4a41-9639-5cefa9f767eb {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9353d4c4-a5e0-4a41-9639-5cefa9f767eb {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-9353d4c4-a5e0-4a41-9639-5cefa9f767eb {
  margin-left: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}
}
#s-6e48e9b3-205c-4706-824e-5fa30ab5786f {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(51, 18, 121, 1);
}
@media (max-width: 767px){#s-6e48e9b3-205c-4706-824e-5fa30ab5786f {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-6e48e9b3-205c-4706-824e-5fa30ab5786f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6e48e9b3-205c-4706-824e-5fa30ab5786f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56eb8ddf-2036-42ed-9db5-b734ce2f04ea {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-56eb8ddf-2036-42ed-9db5-b734ce2f04ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56eb8ddf-2036-42ed-9db5-b734ce2f04ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-56eb8ddf-2036-42ed-9db5-b734ce2f04ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-56eb8ddf-2036-42ed-9db5-b734ce2f04ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ca72fe28-5aab-4e6b-a75a-da2fc2e021a7 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
}
@media (min-width: 1200px){#s-ca72fe28-5aab-4e6b-a75a-da2fc2e021a7 {
  margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca72fe28-5aab-4e6b-a75a-da2fc2e021a7 {
  margin-right: 5%;
}
}@media (max-width: 767px){#s-ca72fe28-5aab-4e6b-a75a-da2fc2e021a7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}
}
#s-ce6718f4-3c04-48e5-8641-7a56909748dd {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce6718f4-3c04-48e5-8641-7a56909748dd {
  
}
}@media (max-width: 767px){#s-ce6718f4-3c04-48e5-8641-7a56909748dd {
  
}
}







#s-ce6718f4-3c04-48e5-8641-7a56909748dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce6718f4-3c04-48e5-8641-7a56909748dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cbbe03b-bce1-4c7e-974a-7bf30c1fc119 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-fef190d1-c68d-4a5d-b35c-321988ccd14e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(228, 229, 251, 1);
}
@media (max-width: 767px){#s-fef190d1-c68d-4a5d-b35c-321988ccd14e {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-fef190d1-c68d-4a5d-b35c-321988ccd14e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fef190d1-c68d-4a5d-b35c-321988ccd14e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-527a2f77-6e2c-4c84-9b4d-adf51d6e501a {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-527a2f77-6e2c-4c84-9b4d-adf51d6e501a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-527a2f77-6e2c-4c84-9b4d-adf51d6e501a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-527a2f77-6e2c-4c84-9b4d-adf51d6e501a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-527a2f77-6e2c-4c84-9b4d-adf51d6e501a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-527a2f77-6e2c-4c84-9b4d-adf51d6e501a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-225513cb-9374-45fc-9db1-cd0979845d95 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-225513cb-9374-45fc-9db1-cd0979845d95 {
  
}
}@media (max-width: 767px){#s-225513cb-9374-45fc-9db1-cd0979845d95 {
  
}
}







#s-225513cb-9374-45fc-9db1-cd0979845d95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-225513cb-9374-45fc-9db1-cd0979845d95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b1aba0f-1eee-4779-ac7e-52248483f75e {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-e77ebf84-679b-4089-9866-e048efa01a05 {
  margin-top: 0px;
margin-left: 18%;
padding-top: 6px;
padding-left: 30px;
padding-bottom: 6px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-e77ebf84-679b-4089-9866-e048efa01a05:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-e77ebf84-679b-4089-9866-e048efa01a05:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (max-width: 767px){#s-e77ebf84-679b-4089-9866-e048efa01a05 {
  margin-left: auto;
margin-bottom: 20px;
text-align: center;
}
}

  #s-e77ebf84-679b-4089-9866-e048efa01a05-root {
    text-align: left;
  }


#s-e77ebf84-679b-4089-9866-e048efa01a05.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e77ebf84-679b-4089-9866-e048efa01a05-root {
    text-align: left;
  }


#s-e77ebf84-679b-4089-9866-e048efa01a05.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e77ebf84-679b-4089-9866-e048efa01a05-root {
    text-align: left;
  }


#s-e77ebf84-679b-4089-9866-e048efa01a05.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e77ebf84-679b-4089-9866-e048efa01a05-root {
    text-align: left;
  }


#s-e77ebf84-679b-4089-9866-e048efa01a05.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e77ebf84-679b-4089-9866-e048efa01a05-root {
    text-align: center;
  }


#s-e77ebf84-679b-4089-9866-e048efa01a05.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-80c2a39e-454b-44d2-ac7e-59eef80e67e8 {
  margin-left: 20%;
margin-right: auto;
max-width: 550px;
text-align: right;
}
@media (min-width: 1200px){#s-80c2a39e-454b-44d2-ac7e-59eef80e67e8 {
  margin-left: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80c2a39e-454b-44d2-ac7e-59eef80e67e8 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-80c2a39e-454b-44d2-ac7e-59eef80e67e8 {
  margin-left: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}
}
#s-98293eb9-01b3-48b4-8ce7-0f3f26f724fa {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(51, 18, 121, 1);
}
@media (max-width: 767px){#s-98293eb9-01b3-48b4-8ce7-0f3f26f724fa {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-98293eb9-01b3-48b4-8ce7-0f3f26f724fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98293eb9-01b3-48b4-8ce7-0f3f26f724fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfbeab06-3bcc-4f99-8235-f8f368c84bbe {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-dfbeab06-3bcc-4f99-8235-f8f368c84bbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfbeab06-3bcc-4f99-8235-f8f368c84bbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dfbeab06-3bcc-4f99-8235-f8f368c84bbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfbeab06-3bcc-4f99-8235-f8f368c84bbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-90f7ae5f-882c-40b8-aaa0-45817a413843 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
}
@media (min-width: 1200px){#s-90f7ae5f-882c-40b8-aaa0-45817a413843 {
  margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90f7ae5f-882c-40b8-aaa0-45817a413843 {
  margin-left: 0%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-90f7ae5f-882c-40b8-aaa0-45817a413843 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}
}
#s-c1b1c40d-c705-446a-9de7-ee2bdda07a88 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c1b1c40d-c705-446a-9de7-ee2bdda07a88 {
  
}
}@media (max-width: 767px){#s-c1b1c40d-c705-446a-9de7-ee2bdda07a88 {
  
}
}







#s-c1b1c40d-c705-446a-9de7-ee2bdda07a88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1b1c40d-c705-446a-9de7-ee2bdda07a88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61e90694-3817-4a7d-ae8c-f6957b389163 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-9974e17f-ad8c-488d-96d3-06a5ba605b89 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(228, 229, 251, 1);
}
@media (max-width: 767px){#s-9974e17f-ad8c-488d-96d3-06a5ba605b89 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-9974e17f-ad8c-488d-96d3-06a5ba605b89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9974e17f-ad8c-488d-96d3-06a5ba605b89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6410d5cd-c74b-420a-b1b4-9ac3602d2d86 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1400px;
}

@media (min-width: 0px) {
[id="s-6410d5cd-c74b-420a-b1b4-9ac3602d2d86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6410d5cd-c74b-420a-b1b4-9ac3602d2d86"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6410d5cd-c74b-420a-b1b4-9ac3602d2d86"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6410d5cd-c74b-420a-b1b4-9ac3602d2d86"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-6410d5cd-c74b-420a-b1b4-9ac3602d2d86"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-28b995c0-4948-4acb-b047-bbea5c8b5961 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-28b995c0-4948-4acb-b047-bbea5c8b5961 {
  
}
}@media (max-width: 767px){#s-28b995c0-4948-4acb-b047-bbea5c8b5961 {
  
}
}







#s-28b995c0-4948-4acb-b047-bbea5c8b5961 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28b995c0-4948-4acb-b047-bbea5c8b5961.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-062fd4f9-9ad8-4eb6-8d71-c7495f3ab444 {
  margin-left: 0px;
margin-right: 0px;
text-align: left;
}

#s-9e0d41a8-d748-4aa6-8d7c-824bb300cab6 {
  margin-top: 0px;
margin-left: 18%;
padding-top: 6px;
padding-left: 30px;
padding-bottom: 6px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 25px;
background-color: rgba(247, 249, 53, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 18, 121, 1);
}
#s-9e0d41a8-d748-4aa6-8d7c-824bb300cab6:hover {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}#s-9e0d41a8-d748-4aa6-8d7c-824bb300cab6:active {background-color: rgba(252, 255, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 18, 121, 1) !important;}@media (max-width: 767px){#s-9e0d41a8-d748-4aa6-8d7c-824bb300cab6 {
  margin-left: auto;
margin-bottom: 20px;
text-align: center;
}
}

  #s-9e0d41a8-d748-4aa6-8d7c-824bb300cab6-root {
    text-align: left;
  }


#s-9e0d41a8-d748-4aa6-8d7c-824bb300cab6.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9e0d41a8-d748-4aa6-8d7c-824bb300cab6-root {
    text-align: left;
  }


#s-9e0d41a8-d748-4aa6-8d7c-824bb300cab6.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9e0d41a8-d748-4aa6-8d7c-824bb300cab6-root {
    text-align: left;
  }


#s-9e0d41a8-d748-4aa6-8d7c-824bb300cab6.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9e0d41a8-d748-4aa6-8d7c-824bb300cab6-root {
    text-align: left;
  }


#s-9e0d41a8-d748-4aa6-8d7c-824bb300cab6.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9e0d41a8-d748-4aa6-8d7c-824bb300cab6-root {
    text-align: center;
  }


#s-9e0d41a8-d748-4aa6-8d7c-824bb300cab6.shg-btn {
  color: rgba(51, 18, 121, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-68552881-ea70-4f68-841f-d0ae94b9009b {
  margin-left: 20%;
margin-right: auto;
max-width: 550px;
text-align: right;
}
@media (min-width: 1200px){#s-68552881-ea70-4f68-841f-d0ae94b9009b {
  margin-left: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68552881-ea70-4f68-841f-d0ae94b9009b {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-68552881-ea70-4f68-841f-d0ae94b9009b {
  margin-left: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#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;
  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:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
