.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-17c8b5a4-ca87-4869-91a4-626aeeca29e8 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-17c8b5a4-ca87-4869-91a4-626aeeca29e8 {
  display: none;
}
#s-17c8b5a4-ca87-4869-91a4-626aeeca29e8, #wrap-s-17c8b5a4-ca87-4869-91a4-626aeeca29e8 { display:none !important; }}@media (max-width: 767px){#s-17c8b5a4-ca87-4869-91a4-626aeeca29e8 {
  display: none;
}
#s-17c8b5a4-ca87-4869-91a4-626aeeca29e8, #wrap-s-17c8b5a4-ca87-4869-91a4-626aeeca29e8 { display:none !important; }}







#s-17c8b5a4-ca87-4869-91a4-626aeeca29e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17c8b5a4-ca87-4869-91a4-626aeeca29e8.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-71572650-904d-4b52-9fab-8c407f1df72e {
  margin-left: 100px;
margin-right: 100px;
text-align: center;
}




  #s-71572650-904d-4b52-9fab-8c407f1df72e img.shogun-image {
    
    width: px;
  }


#s-71572650-904d-4b52-9fab-8c407f1df72e .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

#s-474ac3cd-47e8-47dd-a599-d8a943ff0c67 {
  margin-left: 100px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-474ac3cd-47e8-47dd-a599-d8a943ff0c67"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

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

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

#s-3b426276-6b15-4a76-a98b-8e0d75a47fbf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3b426276-6b15-4a76-a98b-8e0d75a47fbf .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-376d0ae6-f6de-4693-bc81-aac1dfb2375c {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-f5a376d0-5bdf-4f7a-a9e2-ade20c93b111 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGYyMzIzOGUtMDU3NS00YThkLThiMGItYWIyNjgzMTQ4Njc5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA4MTgxODE4MTgxODE4MTgyIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJmM2ZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZjIzMjM4ZS0wNTc1LTRhOGQtOGIwYi1hYjI2ODMxNDg2NzkpIi8+PC9zdmc+);
background-repeat: no-repeat;
background-attachment: fixed;
margin-top: 50px;
margin-bottom: 50px;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-f5a376d0-5bdf-4f7a-a9e2-ade20c93b111 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5a376d0-5bdf-4f7a-a9e2-ade20c93b111.shg-box.shg-c {
  justify-content: center;
}

#s-61c94890-396d-4782-b2f4-ae0df1f1b4ff {
  margin-top: 30px;
margin-left: 50px;
margin-bottom: 30px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61c94890-396d-4782-b2f4-ae0df1f1b4ff .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db {
  margin-left: 100px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8ebc0551-2fe6-4ebe-9b18-2e00f5c185db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-388ba24e-5cbb-4de2-b756-5eff99f85c0f {
  text-align: center;
}




  #s-388ba24e-5cbb-4de2-b756-5eff99f85c0f img.shogun-image {
    
    width: px;
  }


#s-388ba24e-5cbb-4de2-b756-5eff99f85c0f .shogun-image-content {
  
    align-items: center;
  
}

#s-964718ae-e4ae-487e-ad28-6a7d33f6ffcb {
  text-align: center;
}




  #s-964718ae-e4ae-487e-ad28-6a7d33f6ffcb img.shogun-image {
    
    width: px;
  }


#s-964718ae-e4ae-487e-ad28-6a7d33f6ffcb .shogun-image-content {
  
    align-items: center;
  
}

#s-c72757c8-f920-471d-876f-abdad41a5b14 {
  text-align: center;
}




  #s-c72757c8-f920-471d-876f-abdad41a5b14 img.shogun-image {
    
    width: px;
  }


#s-c72757c8-f920-471d-876f-abdad41a5b14 .shogun-image-content {
  
    align-items: center;
  
}

#s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e97aa46d-1a2d-4c1a-9d94-f35e5a416284"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d8989709-e4b4-40a1-b1fb-255c78c2bc25 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 0.8);
}

#s-e35427fb-fd3c-41b6-9d52-21302c890293 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 0.8);
}

#s-febf6fab-e39f-48fa-8043-a3d49c9564e9 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 0.8);
}

.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.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-c1f235b3-da63-461e-be77-5b9a632371b5 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 5px;
margin-bottom: 30px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
background-position: center center;
}
#s-c1f235b3-da63-461e-be77-5b9a632371b5:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(93, 228, 168, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-c1f235b3-da63-461e-be77-5b9a632371b5:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-c1f235b3-da63-461e-be77-5b9a632371b5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-66d9ef9b-0dd4-43c4-96ab-e0cb06b96846 {
  margin-top: 20px;
margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body>.shogun-tab-content {
  display: none;
}

.shogun-tabs-body>.shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-5f2442e1-8277-4c9c-bd91-d3279f82261d .shogun-tabs {
  justify-content: center;
}


  #s-5f2442e1-8277-4c9c-bd91-d3279f82261d .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(248, 248, 248, 1);
  }
  #s-5f2442e1-8277-4c9c-bd91-d3279f82261d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(0, 0, 0, 1);
    border: 2px solid rgba(0, 0, 0, 1);
  }
#s-5f2442e1-8277-4c9c-bd91-d3279f82261d .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-5f2442e1-8277-4c9c-bd91-d3279f82261d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-5f2442e1-8277-4c9c-bd91-d3279f82261d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(0, 0, 0, 1);
}

#s-5f2442e1-8277-4c9c-bd91-d3279f82261d .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-4b497ead-9181-4fea-b25d-e593f339df6d {
  background-repeat: no-repeat;
background-attachment: fixed;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-4b497ead-9181-4fea-b25d-e593f339df6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b497ead-9181-4fea-b25d-e593f339df6d.shg-box.shg-c {
  justify-content: center;
}

#s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf {
  margin-top: 50px;
margin-left: 140px;
margin-bottom: 50px;
margin-right: 140px;
}

@media (min-width: 0px) {
[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8b6694a0-0cde-4245-9eda-d73c2b4afbbf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e76aa11e-c6bd-44fe-b977-eb1116dec058 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 0.95);
}

#s-42d876b3-636a-4e09-9f1d-762d3c3c5679 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 0.95);
}

#s-78815124-fd74-4544-9d19-115a04cc09d7 {
  text-align: center;
}




  #s-78815124-fd74-4544-9d19-115a04cc09d7 img.shogun-image {
    
    width: px;
  }


#s-78815124-fd74-4544-9d19-115a04cc09d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-cad6d466-a149-478c-b817-18ea9f79f647 {
  background-repeat: no-repeat;
background-attachment: fixed;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-cad6d466-a149-478c-b817-18ea9f79f647 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cad6d466-a149-478c-b817-18ea9f79f647.shg-box.shg-c {
  justify-content: center;
}

#s-9044d7ba-6a9e-4954-8820-c42600966d48 {
  margin-top: 50px;
margin-left: 140px;
margin-bottom: 50px;
margin-right: 140px;
}

@media (min-width: 0px) {
[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9044d7ba-6a9e-4954-8820-c42600966d48"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fbaf449c-d2d3-473b-9850-1560369a8629 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 0.95);
}

#s-7216b810-4085-4cc2-b8f9-66913bb918d2 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 0.95);
}

#s-0071579f-e6aa-4eea-ae4b-32d4e9984e37 {
  text-align: center;
}




  #s-0071579f-e6aa-4eea-ae4b-32d4e9984e37 img.shogun-image {
    
    width: px;
  }


#s-0071579f-e6aa-4eea-ae4b-32d4e9984e37 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ea669aa-87fa-432c-993a-592fb74d5447 {
  background-repeat: no-repeat;
background-attachment: fixed;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-4ea669aa-87fa-432c-993a-592fb74d5447 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ea669aa-87fa-432c-993a-592fb74d5447.shg-box.shg-c {
  justify-content: center;
}

#s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f {
  margin-top: 50px;
margin-left: 140px;
margin-bottom: 50px;
margin-right: 140px;
}

@media (min-width: 0px) {
[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d8e0731b-ae1c-4a0c-80f5-3aba3bf66d9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3e3398f6-410f-4862-b8c8-0cf235ba2458 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 0.95);
}

#s-d8617345-2503-4664-810a-e949bb1fa651 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 0.95);
}

#s-59560c18-5118-4319-8e2e-3fcb280964fb {
  text-align: center;
}




  #s-59560c18-5118-4319-8e2e-3fcb280964fb img.shogun-image {
    
    width: px;
  }


#s-59560c18-5118-4319-8e2e-3fcb280964fb .shogun-image-content {
  
    align-items: center;
  
}

#s-deffdf5b-aef1-45d4-8267-0daa7baf7809 {
  background-repeat: no-repeat;
background-attachment: fixed;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-deffdf5b-aef1-45d4-8267-0daa7baf7809 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-deffdf5b-aef1-45d4-8267-0daa7baf7809.shg-box.shg-c {
  justify-content: center;
}

#s-f3b98ed7-d792-4c57-9183-3be48a92f36c {
  margin-top: 50px;
margin-left: 140px;
margin-bottom: 50px;
margin-right: 140px;
}

@media (min-width: 0px) {
[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f3b98ed7-d792-4c57-9183-3be48a92f36c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-75ca032b-b092-4ec9-8875-cfb5f949f8f4 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 0.95);
}

#s-75e572c7-4af4-4a71-945b-69e16839c1e8 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
background-color: rgba(255, 255, 255, 0.95);
}

#s-b069c4d2-ff3b-40c7-b8f4-8764013afda2 {
  text-align: center;
}




  #s-b069c4d2-ff3b-40c7-b8f4-8764013afda2 img.shogun-image {
    
    width: px;
  }


#s-b069c4d2-ff3b-40c7-b8f4-8764013afda2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a61978e4-d728-425c-850e-2e77c645a846 {
  margin-left: 50px;
margin-right: 50px;
}

#s-a61978e4-d728-425c-850e-2e77c645a846 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-7aa9ce2b-ac08-46c5-afab-157ac4110d56 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-fe95d6a7-7d90-4a51-a4bc-075366a6146e {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fe95d6a7-7d90-4a51-a4bc-075366a6146e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(111, 111, 111, 1) !important;
hover-type: color !important;}#s-fe95d6a7-7d90-4a51-a4bc-075366a6146e:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}

  #s-fe95d6a7-7d90-4a51-a4bc-075366a6146e-btn-wrapper {
    text-align: right;
  }


#s-fe95d6a7-7d90-4a51-a4bc-075366a6146e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

#s-a0b92f50-9484-4203-9a24-eb46d13c38d6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 0);
}

#s-1fc341f5-e284-4a39-96d7-2ab46b2f03b2 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1fc341f5-e284-4a39-96d7-2ab46b2f03b2 {
  display: none;
}
#s-1fc341f5-e284-4a39-96d7-2ab46b2f03b2, #wrap-s-1fc341f5-e284-4a39-96d7-2ab46b2f03b2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1fc341f5-e284-4a39-96d7-2ab46b2f03b2 {
  display: none;
}
#s-1fc341f5-e284-4a39-96d7-2ab46b2f03b2, #wrap-s-1fc341f5-e284-4a39-96d7-2ab46b2f03b2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1fc341f5-e284-4a39-96d7-2ab46b2f03b2 {
  
}
}@media (max-width: 767px){#s-1fc341f5-e284-4a39-96d7-2ab46b2f03b2 {
  
}
}







#s-1fc341f5-e284-4a39-96d7-2ab46b2f03b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fc341f5-e284-4a39-96d7-2ab46b2f03b2.shg-box.shg-c {
  justify-content: center;
}

#s-6eba9c25-3418-406a-9502-c4e8c23b2861 {
  text-align: center;
}




  #s-6eba9c25-3418-406a-9502-c4e8c23b2861 img.shogun-image {
    
    width: px;
  }


#s-6eba9c25-3418-406a-9502-c4e8c23b2861 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ab89b0ca-5c9c-4998-9407-83c3f6ec29ff {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab89b0ca-5c9c-4998-9407-83c3f6ec29ff .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7da232a8-2916-48d3-a28f-bfccd8d01c90 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

#s-9c2f4f61-ebbd-4dbc-b7ca-c961238a7f4f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjZhZTRlODAtOTM2Zi00NGRlLTk0NmEtNDBhMTFhM2E2M2QwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmFmY2ZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJmM2ZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNmFlNGU4MC05MzZmLTQ0ZGUtOTQ2YS00MGExMWEzYTYzZDApIi8+PC9zdmc+);
background-repeat: no-repeat;
background-attachment: fixed;
margin-top: 20px;
margin-bottom: 20px;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-9c2f4f61-ebbd-4dbc-b7ca-c961238a7f4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c2f4f61-ebbd-4dbc-b7ca-c961238a7f4f.shg-box.shg-c {
  justify-content: center;
}

#s-76ade527-3edd-47c4-b1dd-b113148dd782 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76ade527-3edd-47c4-b1dd-b113148dd782 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Lato;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0de3b87f-b71a-4ab6-9c38-da3732d1e04c {
  text-align: center;
}




  #s-0de3b87f-b71a-4ab6-9c38-da3732d1e04c img.shogun-image {
    
    width: px;
  }


#s-0de3b87f-b71a-4ab6-9c38-da3732d1e04c .shogun-image-content {
  
    align-items: center;
  
}

#s-1a5b070c-ccad-4826-ba3c-1b8bc3b2e576 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 0);
}

#s-b97d08fc-c8aa-4a8c-9ae7-47786f5d5d8d {
  text-align: center;
}




  #s-b97d08fc-c8aa-4a8c-9ae7-47786f5d5d8d img.shogun-image {
    
    width: px;
  }


#s-b97d08fc-c8aa-4a8c-9ae7-47786f5d5d8d .shogun-image-content {
  
    align-items: center;
  
}

#s-43930db9-c25a-4331-a154-c9b372c9c435 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 0);
}

#s-c9c7df59-5790-4f7c-b7b8-df7e815cb1df {
  text-align: center;
}




  #s-c9c7df59-5790-4f7c-b7b8-df7e815cb1df img.shogun-image {
    
    width: px;
  }


#s-c9c7df59-5790-4f7c-b7b8-df7e815cb1df .shogun-image-content {
  
    align-items: center;
  
}

#s-42b373f0-a5a3-417f-8b2e-f21c153849ef {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 0.01);
}

#s-55c81eb7-a928-4cbf-81ed-d3513ca58b3f {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 30px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
background-position: center center;
}
#s-55c81eb7-a928-4cbf-81ed-d3513ca58b3f:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(93, 228, 168, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-55c81eb7-a928-4cbf-81ed-d3513ca58b3f:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-55c81eb7-a928-4cbf-81ed-d3513ca58b3f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-86d173a1-2f0e-4e9c-87c9-3cbda0c8a275 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-8bcc0882-d4bb-4499-a148-bd5b23f098ef > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(248, 248, 248, 1);
}

#s-8bcc0882-d4bb-4499-a148-bd5b23f098ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 15px;
}

#s-8bcc0882-d4bb-4499-a148-bd5b23f098ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-8bcc0882-d4bb-4499-a148-bd5b23f098ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(248, 248, 248, 1);
}

#s-8bcc0882-d4bb-4499-a148-bd5b23f098ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Lato;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-8bcc0882-d4bb-4499-a148-bd5b23f098ef > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-480cdd3b-5a2d-4336-94ef-fe0f2dcd730b {
  background-repeat: no-repeat;
background-attachment: fixed;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-480cdd3b-5a2d-4336-94ef-fe0f2dcd730b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-480cdd3b-5a2d-4336-94ef-fe0f2dcd730b.shg-box.shg-c {
  justify-content: center;
}

#s-d3bb2482-fcdf-415a-b134-c455cbf09d56 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-top: 30px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 0);
}

#s-8ba940c7-85b6-4a4a-a6c7-5f60ccb3f4cb {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-507182d8-43dd-439a-84ca-a8b49157eab1 {
  background-repeat: no-repeat;
background-attachment: fixed;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-507182d8-43dd-439a-84ca-a8b49157eab1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-507182d8-43dd-439a-84ca-a8b49157eab1.shg-box.shg-c {
  justify-content: center;
}

#s-1dc1aaf3-187e-4eed-ae2f-367a68caa999 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-4e29c008-6376-4e87-bc0e-37b269f7cd66 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-cd6beb07-fca6-46bf-84d6-1a2fd82556f0 {
  background-repeat: no-repeat;
background-attachment: fixed;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-cd6beb07-fca6-46bf-84d6-1a2fd82556f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd6beb07-fca6-46bf-84d6-1a2fd82556f0.shg-box.shg-c {
  justify-content: center;
}

#s-79758dee-0c27-4579-92e4-2e85ef2854a6 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 0);
}

#s-3dab0e4f-a787-49c4-9b91-54815bd8af49 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 0);
}

#s-09111ca5-ea21-40c5-b263-7806efb34153 {
  background-repeat: no-repeat;
background-attachment: fixed;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-09111ca5-ea21-40c5-b263-7806efb34153 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09111ca5-ea21-40c5-b263-7806efb34153.shg-box.shg-c {
  justify-content: center;
}

#s-f7ee353e-04af-4001-824f-0df6ad2047a6 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-d8f2a48e-9740-4a03-966b-a800aa25d6e8 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 0);
}

#s-ae76c4c3-8db0-420f-9117-1d950f2fe688 {
  text-align: center;
}




  #s-ae76c4c3-8db0-420f-9117-1d950f2fe688 img.shogun-image {
    
    width: px;
  }


#s-ae76c4c3-8db0-420f-9117-1d950f2fe688 .shogun-image-content {
  
    align-items: center;
  
}

#s-2bdef264-0437-4ac8-9ef9-935633fca624 {
  text-align: center;
}




  #s-2bdef264-0437-4ac8-9ef9-935633fca624 img.shogun-image {
    
    width: px;
  }


#s-2bdef264-0437-4ac8-9ef9-935633fca624 .shogun-image-content {
  
    align-items: center;
  
}

#s-abcee6fd-52ba-4a3c-9043-d7d673e872fe {
  text-align: center;
}




  #s-abcee6fd-52ba-4a3c-9043-d7d673e872fe img.shogun-image {
    
    width: px;
  }


#s-abcee6fd-52ba-4a3c-9043-d7d673e872fe .shogun-image-content {
  
    align-items: center;
  
}

#s-417c013a-5701-40d1-ad19-b346586e8667 {
  margin-left: 2px;
margin-right: 2px;
text-align: center;
}




  #s-417c013a-5701-40d1-ad19-b346586e8667 img.shogun-image {
    
    width: px;
  }


#s-417c013a-5701-40d1-ad19-b346586e8667 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2a9ae21-9138-4290-a669-25f6e8f15480 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 30px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
background-position: center center;
}
#s-c2a9ae21-9138-4290-a669-25f6e8f15480:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(93, 228, 168, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-c2a9ae21-9138-4290-a669-25f6e8f15480:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-c2a9ae21-9138-4290-a669-25f6e8f15480.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-07c34eaa-dec8-448a-a033-d1c662c5639b {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 30px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
background-position: center center;
}
#s-07c34eaa-dec8-448a-a033-d1c662c5639b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(93, 228, 168, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-07c34eaa-dec8-448a-a033-d1c662c5639b:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-07c34eaa-dec8-448a-a033-d1c662c5639b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-73d3f7ea-ab6b-496e-85ed-1fc62a34b3d4 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 30px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
background-position: center center;
}
#s-73d3f7ea-ab6b-496e-85ed-1fc62a34b3d4:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(93, 228, 168, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-73d3f7ea-ab6b-496e-85ed-1fc62a34b3d4:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-73d3f7ea-ab6b-496e-85ed-1fc62a34b3d4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-0453459c-57c2-4d0c-a8fd-a1c4ab07efae {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 30px;
padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
background-position: center center;
}
#s-0453459c-57c2-4d0c-a8fd-a1c4ab07efae:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(93, 228, 168, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-0453459c-57c2-4d0c-a8fd-a1c4ab07efae:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-0453459c-57c2-4d0c-a8fd-a1c4ab07efae.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}

#s-d3cb2016-065e-430d-93f1-02638c1d8341 {
  margin-left: 20px;
margin-right: 20px;
}

#s-d3cb2016-065e-430d-93f1-02638c1d8341 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-1f2d5bd9-2a0d-4222-87a4-ae4d7139cdd8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-56450238-f4a9-4050-855f-240fb8ca6a6d {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-56450238-f4a9-4050-855f-240fb8ca6a6d:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(111, 111, 111, 1) !important;
hover-type: color !important;}#s-56450238-f4a9-4050-855f-240fb8ca6a6d:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}

  #s-56450238-f4a9-4050-855f-240fb8ca6a6d-btn-wrapper {
    text-align: right;
  }


#s-56450238-f4a9-4050-855f-240fb8ca6a6d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
