.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-53bdc3dc-cf35-42f1-a5c8-5bc45d47ae15 {
  min-height: 50px;
}








#s-53bdc3dc-cf35-42f1-a5c8-5bc45d47ae15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53bdc3dc-cf35-42f1-a5c8-5bc45d47ae15.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-3a5043e0-d117-45bf-b336-c700363d9257 {
  text-align: center;
}




  #s-3a5043e0-d117-45bf-b336-c700363d9257 img.shogun-image {
    
    width: px;
  }


#s-3a5043e0-d117-45bf-b336-c700363d9257 .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;
}

@media (min-width: 0px) {
[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9c5a431c-b642-4db3-a4ec-ce2c0acc3f54"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d664f7b1-cbda-4ca2-91d0-df5392f1cf04 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

.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-bc90639c-5878-46cd-b69e-21fdfd830efc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc90639c-5878-46cd-b69e-21fdfd830efc .shogun-heading-component h1 {
  color: rgba(223, 97, 62, 1);
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e36a8f88-f4c7-4367-ab83-0f6b29f81062 {
  padding-left: 30px;
padding-right: 30px;
}

#s-105d6708-78b1-4848-93ca-9c670cfc6459 {
  padding-left: 50px;
padding-bottom: 50px;
padding-right: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-105d6708-78b1-4848-93ca-9c670cfc6459 {
  display: none;
}
#s-105d6708-78b1-4848-93ca-9c670cfc6459, #wrap-s-105d6708-78b1-4848-93ca-9c670cfc6459 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-105d6708-78b1-4848-93ca-9c670cfc6459 {
  display: none;
}
#s-105d6708-78b1-4848-93ca-9c670cfc6459, #wrap-s-105d6708-78b1-4848-93ca-9c670cfc6459 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-105d6708-78b1-4848-93ca-9c670cfc6459 {
  display: none;
}
#s-105d6708-78b1-4848-93ca-9c670cfc6459, #wrap-s-105d6708-78b1-4848-93ca-9c670cfc6459 { display:none !important; }}







#s-105d6708-78b1-4848-93ca-9c670cfc6459 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-105d6708-78b1-4848-93ca-9c670cfc6459.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-0ed15bf8-a081-4256-82c0-e2f2b1648a25 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ed15bf8-a081-4256-82c0-e2f2b1648a25 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ed15bf8-a081-4256-82c0-e2f2b1648a25 {
  
}
}
@media (min-width: 0px) {
[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0ed15bf8-a081-4256-82c0-e2f2b1648a25"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-62089a75-6b5d-4b9b-8758-a1dba707b390 {
  text-align: center;
}




  #s-62089a75-6b5d-4b9b-8758-a1dba707b390 img.shogun-image {
    
    width: px;
  }


#s-62089a75-6b5d-4b9b-8758-a1dba707b390 .shogun-image-content {
  
    align-items: 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.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-dd14ccd6-b23e-45d5-9e0e-6d60fddb05da {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 140px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(5, 0, 0, 1);
}
#s-dd14ccd6-b23e-45d5-9e0e-6d60fddb05da:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-dd14ccd6-b23e-45d5-9e0e-6d60fddb05da:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dd14ccd6-b23e-45d5-9e0e-6d60fddb05da.shg-btn {
  color: rgba(5, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Gilmer;
  display:  inline-block ;
}

#s-05084cd6-da8c-4354-9475-081bc0912e5c {
  text-align: center;
}




  #s-05084cd6-da8c-4354-9475-081bc0912e5c img.shogun-image {
    
    width: px;
  }


#s-05084cd6-da8c-4354-9475-081bc0912e5c .shogun-image-content {
  
    align-items: center;
  
}

#s-a7cb27a0-7712-424a-b613-1f97a3b33522 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 200px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a7cb27a0-7712-424a-b613-1f97a3b33522:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-a7cb27a0-7712-424a-b613-1f97a3b33522:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a7cb27a0-7712-424a-b613-1f97a3b33522.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Gilmer;
  display:  inline-block ;
}

#s-f1057090-afc6-4e22-98f8-bea469823074 {
  text-align: center;
}




  #s-f1057090-afc6-4e22-98f8-bea469823074 img.shogun-image {
    
    width: px;
  }


#s-f1057090-afc6-4e22-98f8-bea469823074 .shogun-image-content {
  
    align-items: center;
  
}

#s-179c0530-fb59-45ca-8b34-be6ba7413da1 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 140px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-179c0530-fb59-45ca-8b34-be6ba7413da1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-179c0530-fb59-45ca-8b34-be6ba7413da1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-179c0530-fb59-45ca-8b34-be6ba7413da1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Gilmer;
  display:  inline-block ;
}

#s-638d88c0-b31e-4616-a1d6-2d76c14d7142 {
  text-align: center;
}




  #s-638d88c0-b31e-4616-a1d6-2d76c14d7142 img.shogun-image {
    
    width: px;
  }


#s-638d88c0-b31e-4616-a1d6-2d76c14d7142 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e403844-367c-4162-b10a-9300f2ef2c0a {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 200px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1e403844-367c-4162-b10a-9300f2ef2c0a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-1e403844-367c-4162-b10a-9300f2ef2c0a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1e403844-367c-4162-b10a-9300f2ef2c0a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Gilmer;
  display:  inline-block ;
}

#s-c63ff58e-4287-4a90-b2c6-88f562b2e192 {
  text-align: center;
}




  #s-c63ff58e-4287-4a90-b2c6-88f562b2e192 img.shogun-image {
    
    width: px;
  }


#s-c63ff58e-4287-4a90-b2c6-88f562b2e192 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2cd2733-d762-4725-bd4f-46aa86509a55 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 200px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b2cd2733-d762-4725-bd4f-46aa86509a55:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-b2cd2733-d762-4725-bd4f-46aa86509a55:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b2cd2733-d762-4725-bd4f-46aa86509a55.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Gilmer;
  display:  inline-block ;
}

#s-dbcb5e7d-4049-406c-abca-0ae7580da393 {
  text-align: center;
}




  #s-dbcb5e7d-4049-406c-abca-0ae7580da393 img.shogun-image {
    
    width: px;
  }


#s-dbcb5e7d-4049-406c-abca-0ae7580da393 .shogun-image-content {
  
    align-items: center;
  
}

#s-865e849d-5ede-49cc-b8eb-f15d395ca6aa {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 200px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-865e849d-5ede-49cc-b8eb-f15d395ca6aa:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-865e849d-5ede-49cc-b8eb-f15d395ca6aa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-865e849d-5ede-49cc-b8eb-f15d395ca6aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Gilmer;
  display:  inline-block ;
}

@media (max-width: 767px){#s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2 {
  display: none;
}
#s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2, #wrap-s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e311ccda-3426-4c14-8abd-28a6ad7cb5c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4425a153-a342-4134-a5d3-4cc52f5dadcc {
  text-align: center;
}




  #s-4425a153-a342-4134-a5d3-4cc52f5dadcc img.shogun-image {
    
    width: px;
  }


#s-4425a153-a342-4134-a5d3-4cc52f5dadcc .shogun-image-content {
  
    align-items: center;
  
}

#s-c9d7b019-d4a0-422e-b117-56b239574a6e {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 140px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(5, 0, 0, 1);
}
#s-c9d7b019-d4a0-422e-b117-56b239574a6e:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-c9d7b019-d4a0-422e-b117-56b239574a6e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c9d7b019-d4a0-422e-b117-56b239574a6e.shg-btn {
  color: rgba(5, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Gilmer;
  display:  inline-block ;
}

#s-e7d524d6-b666-4104-9bce-886b3fc07466 {
  text-align: center;
}




  #s-e7d524d6-b666-4104-9bce-886b3fc07466 img.shogun-image {
    
    width: px;
  }


#s-e7d524d6-b666-4104-9bce-886b3fc07466 .shogun-image-content {
  
    align-items: center;
  
}

#s-9158e6b5-23f0-484b-8cd3-ec989898a303 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 140px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9158e6b5-23f0-484b-8cd3-ec989898a303:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-9158e6b5-23f0-484b-8cd3-ec989898a303:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-9158e6b5-23f0-484b-8cd3-ec989898a303.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Gilmer;
  display:  inline-block ;
}

#s-7b3e588f-c855-4b73-aaaf-b1f983eea191 {
  text-align: center;
}




  #s-7b3e588f-c855-4b73-aaaf-b1f983eea191 img.shogun-image {
    
    width: px;
  }


#s-7b3e588f-c855-4b73-aaaf-b1f983eea191 .shogun-image-content {
  
    align-items: center;
  
}

#s-806c0589-f3bc-4480-8a8d-b7620014fff3 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 140px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-806c0589-f3bc-4480-8a8d-b7620014fff3:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-806c0589-f3bc-4480-8a8d-b7620014fff3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-806c0589-f3bc-4480-8a8d-b7620014fff3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Gilmer;
  display:  inline-block ;
}

#s-3fb8bb2d-e35f-4542-b633-ca8818649549 {
  text-align: center;
}




  #s-3fb8bb2d-e35f-4542-b633-ca8818649549 img.shogun-image {
    
    width: px;
  }


#s-3fb8bb2d-e35f-4542-b633-ca8818649549 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6fdb3df-60fd-47cb-a6bd-2152128157fc {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 140px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c6fdb3df-60fd-47cb-a6bd-2152128157fc:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-c6fdb3df-60fd-47cb-a6bd-2152128157fc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c6fdb3df-60fd-47cb-a6bd-2152128157fc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Gilmer;
  display:  inline-block ;
}

#s-01828a9b-ce81-4c05-a8f7-3cae149e11ee {
  text-align: center;
}




  #s-01828a9b-ce81-4c05-a8f7-3cae149e11ee img.shogun-image {
    
    width: px;
  }


#s-01828a9b-ce81-4c05-a8f7-3cae149e11ee .shogun-image-content {
  
    align-items: center;
  
}

#s-b769bbef-e7b3-4cd6-a862-958120738464 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 140px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b769bbef-e7b3-4cd6-a862-958120738464:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-b769bbef-e7b3-4cd6-a862-958120738464:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b769bbef-e7b3-4cd6-a862-958120738464.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Gilmer;
  display:  inline-block ;
}

#s-4e7c400d-9123-4aa4-93a7-9df0d5a8cfb7 {
  text-align: center;
}




  #s-4e7c400d-9123-4aa4-93a7-9df0d5a8cfb7 img.shogun-image {
    
    width: px;
  }


#s-4e7c400d-9123-4aa4-93a7-9df0d5a8cfb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2117534e-96ff-4691-89cc-a963cede1535 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 140px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2117534e-96ff-4691-89cc-a963cede1535:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-2117534e-96ff-4691-89cc-a963cede1535:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2117534e-96ff-4691-89cc-a963cede1535.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  font-family: Gilmer;
  display:  inline-block ;
}

#s-4ec9070e-2dd6-4a85-90dc-b76d52e85751 {
  padding-top: 3px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4ec9070e-2dd6-4a85-90dc-b76d52e85751"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-75b33114-b176-42aa-87a5-ab838096d81a {
  padding-top: 40px;
padding-bottom: 0px;
text-align: center;
}




  #s-75b33114-b176-42aa-87a5-ab838096d81a img.shogun-image {
    
    width: px;
  }


#s-75b33114-b176-42aa-87a5-ab838096d81a .shogun-image-content {
  
    align-items: center;
  
}

#s-9ec24753-b4b3-401c-8e57-290d7b9b0687 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(252, 243, 234, 1);
}

#s-9ec24753-b4b3-401c-8e57-290d7b9b0687 .shogun-heading-component h4 {
  color: rgba(223, 97, 62, 1);
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bb61eddc-4333-4503-a5bd-2d1c60da9b05 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(252, 243, 234, 1);
}

#s-bb61eddc-4333-4503-a5bd-2d1c60da9b05 .shogun-heading-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9050d09b-8ace-4b86-a3e5-3e7ecbb7045c {
  box-shadow:1px 1px 1px 1px rgba(252, 243, 234, 1);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(252, 243, 234, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 243, 234, 1);
text-align: right;
text-decoration: none;
color: rgba(3, 0, 0, 1);
hover-type: color;
}
#s-9050d09b-8ace-4b86-a3e5-3e7ecbb7045c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(252, 243, 234, 1) !important;
text-decoration: none !important;
color: rgba(223, 97, 62, 1) !important;
hover-type: color !important;}#s-9050d09b-8ace-4b86-a3e5-3e7ecbb7045c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9050d09b-8ace-4b86-a3e5-3e7ecbb7045c-btn-wrapper {
    text-align: right;
  }


#s-9050d09b-8ace-4b86-a3e5-3e7ecbb7045c.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-334e8981-7e8f-43bd-bc0e-e739b7d43191 {
  padding-top: 40px;
padding-bottom: 0px;
text-align: center;
}




  #s-334e8981-7e8f-43bd-bc0e-e739b7d43191 img.shogun-image {
    
    width: px;
  }


#s-334e8981-7e8f-43bd-bc0e-e739b7d43191 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f5398ee-4195-42d6-ab76-636c34861f0c {
  min-height: 50px;
}








#s-1f5398ee-4195-42d6-ab76-636c34861f0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f5398ee-4195-42d6-ab76-636c34861f0c.shg-box.shg-c {
  justify-content: center;
}

#s-3b09e8dc-9f90-4648-acdf-21316eefc5b2 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(252, 243, 234, 1);
}

#s-3b09e8dc-9f90-4648-acdf-21316eefc5b2 .shogun-heading-component h4 {
  color: rgba(223, 97, 62, 1);
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-34fd74d0-8304-4bed-ad30-c1519a2d6d80 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(252, 243, 234, 1);
}

#s-34fd74d0-8304-4bed-ad30-c1519a2d6d80 .shogun-heading-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8176a92d-8eea-483c-9f25-55e434b3b40a {
  box-shadow:1px 1px 1px 1px rgba(252, 243, 234, 1);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(252, 243, 234, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 243, 234, 1);
text-align: right;
text-decoration: none;
color: rgba(3, 0, 0, 1);
hover-type: color;
}
#s-8176a92d-8eea-483c-9f25-55e434b3b40a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(252, 243, 234, 1) !important;
text-decoration: none !important;
color: rgba(223, 97, 62, 1) !important;
hover-type: color !important;}#s-8176a92d-8eea-483c-9f25-55e434b3b40a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8176a92d-8eea-483c-9f25-55e434b3b40a-btn-wrapper {
    text-align: right;
  }


#s-8176a92d-8eea-483c-9f25-55e434b3b40a.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-4be28343-3be0-4ee2-86ae-eec127c6d047 {
  padding-top: 40px;
text-align: center;
}




  #s-4be28343-3be0-4ee2-86ae-eec127c6d047 img.shogun-image {
    
    width: px;
  }


#s-4be28343-3be0-4ee2-86ae-eec127c6d047 .shogun-image-content {
  
    align-items: center;
  
}

#s-b64da2de-5cb6-4d88-bbe8-c211c16a3b62 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(252, 243, 234, 1);
}

#s-b64da2de-5cb6-4d88-bbe8-c211c16a3b62 .shogun-heading-component h4 {
  color: rgba(223, 97, 62, 1);
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c2b9ee49-65b9-4db0-95df-3ce3dc3d3880 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(252, 243, 234, 1);
}

#s-c2b9ee49-65b9-4db0-95df-3ce3dc3d3880 .shogun-heading-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-29a147b0-8c83-4a53-8f54-107c1ed60040 {
  box-shadow:1px 1px 1px 1px rgba(252, 243, 234, 1);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(252, 243, 234, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 243, 234, 1);
text-align: right;
text-decoration: none;
color: rgba(3, 0, 0, 1);
hover-type: color;
}
#s-29a147b0-8c83-4a53-8f54-107c1ed60040:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(252, 243, 234, 1) !important;
text-decoration: none !important;
color: rgba(223, 97, 62, 1) !important;
hover-type: color !important;}#s-29a147b0-8c83-4a53-8f54-107c1ed60040:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-29a147b0-8c83-4a53-8f54-107c1ed60040-btn-wrapper {
    text-align: right;
  }


#s-29a147b0-8c83-4a53-8f54-107c1ed60040.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-f3a91d95-0637-4f0c-84a1-767cd1de86cd {
  padding-bottom: 40px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f3a91d95-0637-4f0c-84a1-767cd1de86cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-246fc49f-9eb2-43d1-a647-fbec88248544 {
  padding-top: 40px;
padding-bottom: 0px;
text-align: center;
}




  #s-246fc49f-9eb2-43d1-a647-fbec88248544 img.shogun-image {
    
    width: px;
  }


#s-246fc49f-9eb2-43d1-a647-fbec88248544 .shogun-image-content {
  
    align-items: center;
  
}

#s-40ec3a97-0532-4c98-9976-533e8f5c3107 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(252, 243, 234, 1);
}

#s-40ec3a97-0532-4c98-9976-533e8f5c3107 .shogun-heading-component h4 {
  color: rgba(223, 97, 62, 1);
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e20e8b55-d6c0-4b93-ba36-b97269fff515 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(252, 243, 234, 1);
}

#s-e20e8b55-d6c0-4b93-ba36-b97269fff515 .shogun-heading-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3b779509-ee7f-4498-ab80-ca5bee3b1c9b {
  box-shadow:1px 1px 1px 1px rgba(252, 243, 234, 1);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(252, 243, 234, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 243, 234, 1);
text-align: right;
text-decoration: none;
color: rgba(3, 0, 0, 1);
hover-type: color;
}
#s-3b779509-ee7f-4498-ab80-ca5bee3b1c9b:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(252, 243, 234, 1) !important;
text-decoration: none !important;
color: rgba(223, 97, 62, 1) !important;
hover-type: color !important;}#s-3b779509-ee7f-4498-ab80-ca5bee3b1c9b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3b779509-ee7f-4498-ab80-ca5bee3b1c9b-btn-wrapper {
    text-align: right;
  }


#s-3b779509-ee7f-4498-ab80-ca5bee3b1c9b.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-d1947f8e-6407-45ca-9206-7ec63c41b130 {
  padding-top: 40px;
padding-bottom: 0px;
text-align: center;
}




  #s-d1947f8e-6407-45ca-9206-7ec63c41b130 img.shogun-image {
    
    width: px;
  }


#s-d1947f8e-6407-45ca-9206-7ec63c41b130 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e462a20-a887-4ff8-ad32-55c254c6dda1 {
  min-height: 50px;
}








#s-2e462a20-a887-4ff8-ad32-55c254c6dda1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e462a20-a887-4ff8-ad32-55c254c6dda1.shg-box.shg-c {
  justify-content: center;
}

#s-897038db-ee4c-439a-b841-34564008f564 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(252, 243, 234, 1);
}

#s-897038db-ee4c-439a-b841-34564008f564 .shogun-heading-component h4 {
  color: rgba(223, 97, 62, 1);
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c93f2e47-c78c-4cf8-94aa-6bb077479877 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(252, 243, 234, 1);
}

#s-c93f2e47-c78c-4cf8-94aa-6bb077479877 .shogun-heading-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-94482c1a-5a59-41d4-8838-248cf5a53411 {
  box-shadow:1px 1px 1px 1px rgba(252, 243, 234, 1);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(252, 243, 234, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 243, 234, 1);
text-align: right;
text-decoration: none;
color: rgba(3, 0, 0, 1);
hover-type: color;
}
#s-94482c1a-5a59-41d4-8838-248cf5a53411:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(252, 243, 234, 1) !important;
text-decoration: none !important;
color: rgba(223, 97, 62, 1) !important;
hover-type: color !important;}#s-94482c1a-5a59-41d4-8838-248cf5a53411:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-94482c1a-5a59-41d4-8838-248cf5a53411-btn-wrapper {
    text-align: right;
  }


#s-94482c1a-5a59-41d4-8838-248cf5a53411.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-e20d0135-b588-4907-96f3-dd2389b8e514 {
  padding-top: 40px;
text-align: center;
}




  #s-e20d0135-b588-4907-96f3-dd2389b8e514 img.shogun-image {
    
    width: px;
  }


#s-e20d0135-b588-4907-96f3-dd2389b8e514 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a67aace-ded7-443b-b21c-d6a9c6395c05 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(252, 243, 234, 1);
}

#s-2a67aace-ded7-443b-b21c-d6a9c6395c05 .shogun-heading-component h4 {
  color: rgba(223, 97, 62, 1);
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-becdc714-31ac-41f5-bb63-d939b11f6b24 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(252, 243, 234, 1);
}

#s-becdc714-31ac-41f5-bb63-d939b11f6b24 .shogun-heading-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a58edae4-5673-4e18-ba9f-ce29140f435a {
  box-shadow:1px 1px 1px 1px rgba(252, 243, 234, 1);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(252, 243, 234, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(252, 243, 234, 1);
text-align: right;
text-decoration: none;
color: rgba(3, 0, 0, 1);
hover-type: color;
}
#s-a58edae4-5673-4e18-ba9f-ce29140f435a:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(252, 243, 234, 1) !important;
text-decoration: none !important;
color: rgba(223, 97, 62, 1) !important;
hover-type: color !important;}#s-a58edae4-5673-4e18-ba9f-ce29140f435a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a58edae4-5673-4e18-ba9f-ce29140f435a-btn-wrapper {
    text-align: right;
  }


#s-a58edae4-5673-4e18-ba9f-ce29140f435a.shg-btn {
  color: rgba(3, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8 {
  background-color: rgba(223, 97, 62, 1);
}

@media (min-width: 0px) {
[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d9cd2767-0f1a-45e7-aaad-35d54b1632a8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0b1695cd-0df2-43f4-8ca8-21ded7a33c84 {
  padding-top: 50px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
text-align: center;
}

#s-0b1695cd-0df2-43f4-8ca8-21ded7a33c84 .shogun-heading-component h1 {
  color: rgba(252, 243, 234, 1);
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-7cf246a5-af5f-4049-afbc-d4b968367579 {
  display: none;
}
#s-7cf246a5-af5f-4049-afbc-d4b968367579, #wrap-s-7cf246a5-af5f-4049-afbc-d4b968367579 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7cf246a5-af5f-4049-afbc-d4b968367579 {
  display: none;
}
#s-7cf246a5-af5f-4049-afbc-d4b968367579, #wrap-s-7cf246a5-af5f-4049-afbc-d4b968367579 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7cf246a5-af5f-4049-afbc-d4b968367579 {
  display: none;
}
#s-7cf246a5-af5f-4049-afbc-d4b968367579, #wrap-s-7cf246a5-af5f-4049-afbc-d4b968367579 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-7cf246a5-af5f-4049-afbc-d4b968367579"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0b0537e9-a13c-4dad-a4a2-ea00988aa4a4 {
  margin-top: 50px;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0b0537e9-a13c-4dad-a4a2-ea00988aa4a4 .shogun-heading-component h5 {
  color: rgba(223, 97, 62, 1);
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ee363781-03c8-4ba0-9a69-c3654199a9df {
  padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
}

#s-295a8056-fa20-41d4-b26f-5e43fdecf465 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: left;
}

#s-295a8056-fa20-41d4-b26f-5e43fdecf465 .shogun-heading-component h5 {
  color: rgba(223, 97, 62, 1);
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8e222b13-d426-4ff1-9e14-f0d8bbded231 {
  padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
}

#s-49881919-2b53-425a-99bb-973e7d2d6223 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: left;
}

#s-49881919-2b53-425a-99bb-973e7d2d6223 .shogun-heading-component h5 {
  color: rgba(223, 97, 62, 1);
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-15da5573-d38e-4898-bd3f-fcd8a10da8f7 {
  padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
}

#s-cbcc87cc-6ba2-45ec-af5c-8a3b7f70fca5 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
text-align: left;
}

#s-cbcc87cc-6ba2-45ec-af5c-8a3b7f70fca5 .shogun-heading-component h5 {
  color: rgba(223, 97, 62, 1);
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b6150d5a-34e8-4ff6-86a9-58b0b41e40ec {
  padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
}

@media (max-width: 767px){#s-f6331d8a-bdb3-476a-a54d-309529b52216 {
  display: none;
}
#s-f6331d8a-bdb3-476a-a54d-309529b52216, #wrap-s-f6331d8a-bdb3-476a-a54d-309529b52216 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f6331d8a-bdb3-476a-a54d-309529b52216"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-dfda8756-9d25-4d2a-aaf8-d7496a0c3823 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dfda8756-9d25-4d2a-aaf8-d7496a0c3823 .shogun-heading-component h5 {
  color: rgba(223, 97, 62, 1);
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d3d6f06b-5509-4f89-8aad-05955108b793 {
  padding-bottom: 20px;
}

#s-462a525b-1847-40ed-a29e-48731255c103 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-462a525b-1847-40ed-a29e-48731255c103 .shogun-heading-component h5 {
  color: rgba(223, 97, 62, 1);
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4dc4003a-aa62-4393-a0be-0494fc71916b {
  padding-bottom: 20px;
}

#s-d49f824c-223c-4359-8186-c33ecc86bf8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d49f824c-223c-4359-8186-c33ecc86bf8e .shogun-heading-component h5 {
  color: rgba(223, 97, 62, 1);
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4c9f9725-38f6-4111-9a2e-6fe9d44a81a5 {
  padding-bottom: 20px;
}

#s-ab0acb14-82d5-4b27-85dc-1cc8efc5baac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ab0acb14-82d5-4b27-85dc-1cc8efc5baac .shogun-heading-component h5 {
  color: rgba(223, 97, 62, 1);
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fe136388-80e8-45ff-9de3-46257bb13f6a {
  padding-bottom: 50px;
}

#s-2d854dc0-55a2-4351-ab65-0795f0a5644b {
  background-color: rgba(206, 228, 234, 1);
}

@media (min-width: 0px) {
[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 50.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 75.0px);
}

}

@media (min-width: 992px) {
[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 75.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 75.0px);
}

[id="s-2d854dc0-55a2-4351-ab65-0795f0a5644b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 75.0px);
}

}

#s-7f11801e-7e31-41ff-bf9f-ace72932ae59 {
  padding-top: 40px;
padding-bottom: 4px;
text-align: center;
}




  #s-7f11801e-7e31-41ff-bf9f-ace72932ae59 img.shogun-image {
    
    width: px;
  }


#s-7f11801e-7e31-41ff-bf9f-ace72932ae59 .shogun-image-content {
  
    align-items: center;
  
}

#s-323474bd-2a59-4c35-9d0c-2826227251e8 {
  padding-bottom: 10px;
}
@media (min-width: 1200px){#s-323474bd-2a59-4c35-9d0c-2826227251e8 {
  display: none;
}
#s-323474bd-2a59-4c35-9d0c-2826227251e8, #wrap-s-323474bd-2a59-4c35-9d0c-2826227251e8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-323474bd-2a59-4c35-9d0c-2826227251e8 {
  display: none;
}
#s-323474bd-2a59-4c35-9d0c-2826227251e8, #wrap-s-323474bd-2a59-4c35-9d0c-2826227251e8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-323474bd-2a59-4c35-9d0c-2826227251e8 {
  display: none;
}
#s-323474bd-2a59-4c35-9d0c-2826227251e8, #wrap-s-323474bd-2a59-4c35-9d0c-2826227251e8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-323474bd-2a59-4c35-9d0c-2826227251e8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-78b3d681-e856-450c-996d-6a67b77caa47 {
  padding-top: 20px;
padding-left: 10px;
text-align: center;
}

#s-78b3d681-e856-450c-996d-6a67b77caa47 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d793fbeb-c410-4e93-a770-b474000d1480 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-radius: 30px;
background-color: rgba(252, 243, 234, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d793fbeb-c410-4e93-a770-b474000d1480:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(252, 243, 234, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(223, 97, 62, 1) !important;}#s-d793fbeb-c410-4e93-a770-b474000d1480:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(252, 243, 234, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(223, 97, 62, 1) !important;}


#s-d793fbeb-c410-4e93-a770-b474000d1480.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Gilmer;
  display:  inline-block ;
}

#s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843 {
  padding-bottom: 10px;
}
@media (max-width: 767px){#s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843 {
  display: none;
}
#s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843, #wrap-s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4d5ef9cf-0f9e-46e4-b8dc-81ab3fb4e843"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-73f4a554-68c8-4976-9944-9158831bf86d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-73f4a554-68c8-4976-9944-9158831bf86d .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-dfd11784-1060-4c0b-8e1c-b90a8426ca4e {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dfd11784-1060-4c0b-8e1c-b90a8426ca4e .shogun-heading-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-08b946a6-ecd9-401a-8d7f-ff28037e0da0 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-radius: 30px;
background-color: rgba(252, 243, 234, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-08b946a6-ecd9-401a-8d7f-ff28037e0da0:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(252, 243, 234, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(223, 97, 62, 1) !important;}#s-08b946a6-ecd9-401a-8d7f-ff28037e0da0:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(252, 243, 234, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(223, 97, 62, 1) !important;}


#s-08b946a6-ecd9-401a-8d7f-ff28037e0da0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Gilmer;
  display:  inline-block ;
}

#s-0f8f26b4-32b9-4f1b-8c78-10e7c0b4062e {
  padding-top: 40px;
text-align: center;
}




  #s-0f8f26b4-32b9-4f1b-8c78-10e7c0b4062e img.shogun-image {
    
    width: px;
  }


#s-0f8f26b4-32b9-4f1b-8c78-10e7c0b4062e .shogun-image-content {
  
    align-items: center;
  
}

#s-d2812dd1-f148-4acd-8cd6-14feb73c191d {
  padding-bottom: 20px;
}
@media (min-width: 1200px){#s-d2812dd1-f148-4acd-8cd6-14feb73c191d {
  display: none;
}
#s-d2812dd1-f148-4acd-8cd6-14feb73c191d, #wrap-s-d2812dd1-f148-4acd-8cd6-14feb73c191d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2812dd1-f148-4acd-8cd6-14feb73c191d {
  display: none;
}
#s-d2812dd1-f148-4acd-8cd6-14feb73c191d, #wrap-s-d2812dd1-f148-4acd-8cd6-14feb73c191d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d2812dd1-f148-4acd-8cd6-14feb73c191d {
  display: none;
}
#s-d2812dd1-f148-4acd-8cd6-14feb73c191d, #wrap-s-d2812dd1-f148-4acd-8cd6-14feb73c191d { display:none !important; }}
@media (min-width: 0px) {
[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d2812dd1-f148-4acd-8cd6-14feb73c191d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d6ecfbe3-37cd-485f-a1e9-c461164ecc6e {
  padding-top: 20px;
padding-left: 10px;
text-align: center;
}

#s-d6ecfbe3-37cd-485f-a1e9-c461164ecc6e .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-89d65f0a-4fef-4880-934c-d51c2b0410e5 {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-radius: 30px;
background-color: rgba(252, 243, 234, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-89d65f0a-4fef-4880-934c-d51c2b0410e5:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(252, 243, 234, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(223, 97, 62, 1) !important;}#s-89d65f0a-4fef-4880-934c-d51c2b0410e5:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(252, 243, 234, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(223, 97, 62, 1) !important;}


#s-89d65f0a-4fef-4880-934c-d51c2b0410e5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Gilmer;
  display:  inline-block ;
}

#s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83 {
  padding-bottom: 20px;
}
@media (max-width: 767px){#s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83 {
  display: none;
}
#s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83, #wrap-s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c8389b3a-c2b4-4e3a-96ed-5e4f69bc2f83"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ca56e488-41f8-4b76-a7df-1343c6a5a169 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ca56e488-41f8-4b76-a7df-1343c6a5a169 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8efb3a91-610c-4d7f-ad9f-33e8d5a128d0 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8efb3a91-610c-4d7f-ad9f-33e8d5a128d0 .shogun-heading-component h6 {
  color: #000;
  font-weight:   ;
  font-family: Gilmer;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4373702d-de2e-4654-8c8a-82133b18c76d {
  background-image: url(none);
background-repeat: no-repeat;
margin-top: 20px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-radius: 30px;
background-color: rgba(252, 243, 234, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4373702d-de2e-4654-8c8a-82133b18c76d:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(252, 243, 234, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(223, 97, 62, 1) !important;}#s-4373702d-de2e-4654-8c8a-82133b18c76d:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(252, 243, 234, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(223, 97, 62, 1) !important;}


#s-4373702d-de2e-4654-8c8a-82133b18c76d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Gilmer;
  display:  inline-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;
}
