.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-27f1822e-1ad5-4e6a-9e72-9af01337bec6 {
  margin-top: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27f1822e-1ad5-4e6a-9e72-9af01337bec6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-01a4d367-bd7b-455a-b8d1-a88db2be8d7d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01a4d367-bd7b-455a-b8d1-a88db2be8d7d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-eba17ae2-ff8d-4f01-9d9f-ba7ecef692eb hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

.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-e8cdc44b-793d-46c1-b79d-7a71946ae882 {
  margin-top: 5%;
margin-bottom: 5%;
text-align: center;
}




  #s-e8cdc44b-793d-46c1-b79d-7a71946ae882 img.shogun-image {
    
    width: px;
  }


#s-e8cdc44b-793d-46c1-b79d-7a71946ae882 .shogun-image-content {
  
    align-items: center;
  
}

.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-2e852465-6373-4d13-b790-f5ca1ead5a58 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-2e852465-6373-4d13-b790-f5ca1ead5a58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e852465-6373-4d13-b790-f5ca1ead5a58.shg-box.shg-c {
  justify-content: center;
}

#s-ae792201-822a-43c6-a45b-15b622f6ac28 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae792201-822a-43c6-a45b-15b622f6ac28 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  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-4c6a9748-9370-4932-896d-8cd24188ac3c {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-4c6a9748-9370-4932-896d-8cd24188ac3c hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-5dd1385e-91cc-4831-bd94-ccf90bcd3aa5 {
  min-height: 50px;
}








#s-5dd1385e-91cc-4831-bd94-ccf90bcd3aa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dd1385e-91cc-4831-bd94-ccf90bcd3aa5.shg-box.shg-c {
  justify-content: center;
}

#s-fbaa54bc-59a3-4294-9f4d-8e3a074e5a4a {
  margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fbaa54bc-59a3-4294-9f4d-8e3a074e5a4a .shogun-heading-component h1 {
  color: rgba(253, 253, 253, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

#s-2a1b9dd3-3453-483f-a0f0-9e678afaef59 {
  margin-top: 5%;
margin-bottom: 5%;
}

#s-2a1b9dd3-3453-483f-a0f0-9e678afaef59 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-2a1b9dd3-3453-483f-a0f0-9e678afaef59 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2a1b9dd3-3453-483f-a0f0-9e678afaef59 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: center;
}

#s-2a1b9dd3-3453-483f-a0f0-9e678afaef59 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
}

#s-2a1b9dd3-3453-483f-a0f0-9e678afaef59 td.shogun-table-column, #s-2a1b9dd3-3453-483f-a0f0-9e678afaef59 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-4a72522b-42ef-4b55-91dd-15415bb3986d {
  max-width: 400px;
}

#s-c3ad0c29-6dba-4219-a1ec-854fca46082e {
  max-width: 400px;
}

#s-baccd65b-30a1-4cc7-8b22-14399ccf1459 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 400px;
}

#s-9e592398-7604-48fa-9f17-e486b69562dd {
  max-width: 400px;
}

#s-727b401f-9e43-41c8-895b-b094b25b0ac7 {
  max-width: 100%;
text-align: center;
}




  #s-727b401f-9e43-41c8-895b-b094b25b0ac7 img.shogun-image {
    
    width: px;
  }


#s-727b401f-9e43-41c8-895b-b094b25b0ac7 .shogun-image-content {
  
    align-items: center;
  
}

#s-968a5ae4-3a47-4509-8fcb-5844c927097b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 75%;
max-width: 100%;
text-align: center;
}




  #s-968a5ae4-3a47-4509-8fcb-5844c927097b img.shogun-image {
    
    width: px;
  }


#s-968a5ae4-3a47-4509-8fcb-5844c927097b .shogun-image-content {
  
    align-items: center;
  
}

#s-73a47ef0-e3f8-41f5-9ce4-ea21b1718fc1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 80%;
max-width: 100%;
text-align: center;
}




  #s-73a47ef0-e3f8-41f5-9ce4-ea21b1718fc1 img.shogun-image {
    
    width: px;
  }


#s-73a47ef0-e3f8-41f5-9ce4-ea21b1718fc1 .shogun-image-content {
  
    align-items: center;
  
}

#s-34585a45-65ff-4f68-a43d-b3c7eccb5b5c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 100%;
text-align: center;
}




  #s-34585a45-65ff-4f68-a43d-b3c7eccb5b5c img.shogun-image {
    
    width: px;
  }


#s-34585a45-65ff-4f68-a43d-b3c7eccb5b5c .shogun-image-content {
  
    align-items: center;
  
}

#s-8be2b8ab-b502-473a-8bde-158a4ac4cd9f {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-8be2b8ab-b502-473a-8bde-158a4ac4cd9f hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-4c1b914e-d46a-48da-9b1c-95e78d042f48 {
  min-height: 50px;
}








#s-4c1b914e-d46a-48da-9b1c-95e78d042f48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c1b914e-d46a-48da-9b1c-95e78d042f48.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-cac387ea-2fb1-45d2-9a5e-c98d80666291 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cac387ea-2fb1-45d2-9a5e-c98d80666291"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-11a69561-08f3-4d22-91fe-fb0f84aeb17b {
  min-height: 50px;
}








#s-11a69561-08f3-4d22-91fe-fb0f84aeb17b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11a69561-08f3-4d22-91fe-fb0f84aeb17b.shg-box.shg-c {
  justify-content: center;
}

#s-cedbe777-41fc-404d-a670-40dd7bd1f8cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cedbe777-41fc-404d-a670-40dd7bd1f8cc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d495e5ef-d145-4341-a1ad-d936a72ae528 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}




  #s-d495e5ef-d145-4341-a1ad-d936a72ae528 img.shogun-image {
    
    width: px;
  }


#s-d495e5ef-d145-4341-a1ad-d936a72ae528 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc32dece-ffb5-479c-b089-e6e7bccb9f19 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-fc32dece-ffb5-479c-b089-e6e7bccb9f19 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-6ca0b814-ab56-4352-b2a0-868f1c84f384 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

#s-6ca0b814-ab56-4352-b2a0-868f1c84f384 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-553c93ca-80ea-4f49-b541-5831f09de212 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}








#s-553c93ca-80ea-4f49-b541-5831f09de212 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-553c93ca-80ea-4f49-b541-5831f09de212.shg-box.shg-c {
  justify-content: center;
}

#s-a1a952fe-e7c1-4ae1-815d-e84e9c6ca08d {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-10da9bb5-2680-4fce-929d-190320ea1ce3 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-10da9bb5-2680-4fce-929d-190320ea1ce3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a328286b-eddf-4a23-9453-6bd397eda991 {
  margin-top: auto;
margin-bottom: auto;
text-align: center;
}




  #s-a328286b-eddf-4a23-9453-6bd397eda991 img.shogun-image {
    
    width: px;
  }


#s-a328286b-eddf-4a23-9453-6bd397eda991 .shogun-image-content {
  
    align-items: center;
  
}

#s-57cedb23-2df4-439d-adfe-2919745ee3ec {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}




  #s-57cedb23-2df4-439d-adfe-2919745ee3ec img.shogun-image {
    
    width: px;
  }


#s-57cedb23-2df4-439d-adfe-2919745ee3ec .shogun-image-content {
  
    align-items: center;
  
}

#s-f0bf7799-180e-4bfe-a253-866c2f5dda5b {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}

#s-52d3ebf8-9c07-4ab2-9cc9-ef00e3b2cca9 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}








#s-52d3ebf8-9c07-4ab2-9cc9-ef00e3b2cca9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52d3ebf8-9c07-4ab2-9cc9-ef00e3b2cca9.shg-box.shg-c {
  justify-content: center;
}

#s-4ad6ccf8-a978-4f4f-8985-1f787dd275f3 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-82a209af-efa6-4e56-8edf-4b8fb74ea737 {
  margin-top: 5%;
margin-bottom: 5%;
}

#s-82a209af-efa6-4e56-8edf-4b8fb74ea737 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-82a209af-efa6-4e56-8edf-4b8fb74ea737 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-82a209af-efa6-4e56-8edf-4b8fb74ea737 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: center;
}

#s-82a209af-efa6-4e56-8edf-4b8fb74ea737 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-82a209af-efa6-4e56-8edf-4b8fb74ea737 td.shogun-table-column, #s-82a209af-efa6-4e56-8edf-4b8fb74ea737 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-69d5cce9-36a4-42a5-a9ee-09c348d03bdd {
  max-width: 500px;
}

#s-d4c8a1ca-90fa-42cb-b200-f125c3266761 {
  text-align: center;
}




  #s-d4c8a1ca-90fa-42cb-b200-f125c3266761 img.shogun-image {
    
    width: px;
  }


#s-d4c8a1ca-90fa-42cb-b200-f125c3266761 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec0b4514-27fd-48dd-87b8-93c616936a9c {
  max-width: 500px;
}

#s-e8028bac-d093-4c55-a4d8-68f7e2e2cfc9 {
  text-align: center;
}




  #s-e8028bac-d093-4c55-a4d8-68f7e2e2cfc9 img.shogun-image {
    
    width: px;
  }


#s-e8028bac-d093-4c55-a4d8-68f7e2e2cfc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd7c97cf-77cc-4868-ba40-7b7c8c27ec3e {
  max-width: 500px;
}

#s-5a42911c-8643-4323-9e52-581608ad6a65 {
  text-align: center;
}




  #s-5a42911c-8643-4323-9e52-581608ad6a65 img.shogun-image {
    
    width: px;
  }


#s-5a42911c-8643-4323-9e52-581608ad6a65 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe6d25f8-fe1e-4e3d-a8da-c2cd403b27d0 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}








#s-fe6d25f8-fe1e-4e3d-a8da-c2cd403b27d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe6d25f8-fe1e-4e3d-a8da-c2cd403b27d0.shg-box.shg-c {
  justify-content: center;
}

#s-65faea7b-4e20-4b92-9cc8-07876f7a31ab {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-65faea7b-4e20-4b92-9cc8-07876f7a31ab img.shogun-image {
    
    width: px;
  }


#s-65faea7b-4e20-4b92-9cc8-07876f7a31ab .shogun-image-content {
  
    align-items: center;
  
}

#s-78f6fa24-2ed7-46d3-94d2-4e46939fb952 {
  min-height: 50px;
}








#s-78f6fa24-2ed7-46d3-94d2-4e46939fb952 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78f6fa24-2ed7-46d3-94d2-4e46939fb952.shg-box.shg-c {
  justify-content: center;
}

#s-49847f6c-5d3e-4e31-889c-97d1064ae5d4 {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}








#s-49847f6c-5d3e-4e31-889c-97d1064ae5d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49847f6c-5d3e-4e31-889c-97d1064ae5d4.shg-box.shg-c {
  justify-content: center;
}

#s-95adfb84-38fb-453c-b3f6-e9f45a9ccc0a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}




  #s-95adfb84-38fb-453c-b3f6-e9f45a9ccc0a img.shogun-image {
    
    width: px;
  }


#s-95adfb84-38fb-453c-b3f6-e9f45a9ccc0a .shogun-image-content {
  
    align-items: center;
  
}

#s-6630682b-f9f6-450d-a36c-1ba927377371 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}








#s-6630682b-f9f6-450d-a36c-1ba927377371 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6630682b-f9f6-450d-a36c-1ba927377371.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-btn.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-ef300390-8af9-48b7-ae61-5301b36c1150 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWQzNzkwODMtMmVlOC00ODcyLTkyODEtMzRkZDhkMjEyMmFiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojY2U0ZDdjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM3NzI3MjcyNzI3MjcyNzI2IiBzdHlsZT0ic3RvcC1jb2xvcjojY2U0ZDdjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZDM3OTA4My0yZWU4LTQ4NzItOTI4MS0zNGRkOGQyMTIyYWIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ce4d7c"}, {"id"=>3, "pos"=>0.3772727272727273, "color"=>"#ce4d7c"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-ef300390-8af9-48b7-ae61-5301b36c1150:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWNiMDg2ZDQtOWI0NC00YjYwLWExYzAtOGMyN2QyNTZmY2Q3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojY2U0ZDdjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1Y2IwODZkNC05YjQ0LTRiNjAtYTFjMC04YzI3ZDI1NmZjZDcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 20px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ce4d7c"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}#s-ef300390-8af9-48b7-ae61-5301b36c1150:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjkyMGM2MzItMTljMS00MDJjLThhMWEtMzkxZTNiNGQ1OWRjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojY2U0ZDdjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyOTIwYzYzMi0xOWMxLTQwMmMtOGExYS0zOTFlM2I0ZDU5ZGMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 20px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ce4d7c"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}


#s-ef300390-8af9-48b7-ae61-5301b36c1150.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-95819722-9d71-423d-b70f-1ef6aac28774 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-95819722-9d71-423d-b70f-1ef6aac28774 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-57440982-b8b4-4e77-9218-f0ea570e984f {
  min-height: 50px;
}








#s-57440982-b8b4-4e77-9218-f0ea570e984f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57440982-b8b4-4e77-9218-f0ea570e984f.shg-box.shg-c {
  justify-content: center;
}

#s-7583acd8-670d-467c-86f2-f08a1446daf1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7583acd8-670d-467c-86f2-f08a1446daf1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-726b2f4a-2895-47a3-89a8-b8f1fbb78f6e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}




  #s-726b2f4a-2895-47a3-89a8-b8f1fbb78f6e img.shogun-image {
    
    width: px;
  }


#s-726b2f4a-2895-47a3-89a8-b8f1fbb78f6e .shogun-image-content {
  
    align-items: center;
  
}

#s-de77dcaa-e0b9-4e4e-bb90-a1b257937e6c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-1c32a02e-ce25-4e5b-9f28-b3ad716e69b0 {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}








#s-1c32a02e-ce25-4e5b-9f28-b3ad716e69b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c32a02e-ce25-4e5b-9f28-b3ad716e69b0.shg-box.shg-c {
  justify-content: center;
}

#s-6c93d975-eebe-4629-9912-615997954496 {
  margin-bottom: 30px;
text-align: center;
}

#s-6c93d975-eebe-4629-9912-615997954496 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-cdbc698a-8991-49be-9765-23ab2ef06746 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-cdbc698a-8991-49be-9765-23ab2ef06746 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-cdbc698a-8991-49be-9765-23ab2ef06746 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(12, 28, 34, 1);
}

#s-cdbc698a-8991-49be-9765-23ab2ef06746 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(37, 37, 37, 0.98);
  border-top: 1px solid #ddd;
}

#s-cdbc698a-8991-49be-9765-23ab2ef06746 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(12, 28, 34, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-cdbc698a-8991-49be-9765-23ab2ef06746 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e9cc83ad-9b59-476a-adc2-410aa72b0f2e {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
}

#s-ac1d2700-833b-48f8-8221-4e87c2fdca90 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 800px;
}

#s-ac1d2700-833b-48f8-8221-4e87c2fdca90 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-ac1d2700-833b-48f8-8221-4e87c2fdca90 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ac1d2700-833b-48f8-8221-4e87c2fdca90 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
  text-align: center;
}

#s-ac1d2700-833b-48f8-8221-4e87c2fdca90 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-ac1d2700-833b-48f8-8221-4e87c2fdca90 td.shogun-table-column, #s-ac1d2700-833b-48f8-8221-4e87c2fdca90 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-192ca4a7-f20a-40cf-bc4f-2d9331b8c8c2 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-1958e903-16fa-42a7-a19a-90e0f203cfc9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-713b67e5-b205-4283-86a5-5d5fa5d78c04 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-dbc60bb6-a637-4bf0-98ac-5e71045aad21 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 400px;
}

#s-31b197db-2555-4eab-804d-8b328092b5a7 {
  max-width: 100%;
text-align: center;
}




  #s-31b197db-2555-4eab-804d-8b328092b5a7 img.shogun-image {
    
    width: px;
  }


#s-31b197db-2555-4eab-804d-8b328092b5a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-23e6035b-dd03-452a-8290-db87d37ae8f2 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}




  #s-23e6035b-dd03-452a-8290-db87d37ae8f2 img.shogun-image {
    
    width: px;
  }


#s-23e6035b-dd03-452a-8290-db87d37ae8f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-89ed84ae-686b-434e-9f7a-c16dda500a44 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}




  #s-89ed84ae-686b-434e-9f7a-c16dda500a44 img.shogun-image {
    
    width: px;
  }


#s-89ed84ae-686b-434e-9f7a-c16dda500a44 .shogun-image-content {
  
    align-items: center;
  
}

#s-73ebb305-8507-4ca4-8890-7d8bf68a7414 {
  max-width: 100%;
text-align: center;
}




  #s-73ebb305-8507-4ca4-8890-7d8bf68a7414 img.shogun-image {
    
    width: px;
  }


#s-73ebb305-8507-4ca4-8890-7d8bf68a7414 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f788d9d-6a95-473f-af1c-73a5687ed736 {
  min-height: 50px;
}








#s-4f788d9d-6a95-473f-af1c-73a5687ed736 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f788d9d-6a95-473f-af1c-73a5687ed736.shg-box.shg-c {
  justify-content: center;
}

#s-b418e212-255b-4172-a54d-476870815566 {
  text-align: center;
}




  #s-b418e212-255b-4172-a54d-476870815566 img.shogun-image {
    
    width: px;
  }


#s-b418e212-255b-4172-a54d-476870815566 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f060f19-cf4c-4492-aa9f-4743292ecc43 {
  padding-left: 20px;
padding-right: 20px;
}

#s-90295450-92a5-47f3-b069-2eba13181914 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}

#s-19101be8-6b39-4258-b377-c15783ac2615 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 800px;
text-align: center;
}




  #s-19101be8-6b39-4258-b377-c15783ac2615 img.shogun-image {
    
    width: px;
  }


#s-19101be8-6b39-4258-b377-c15783ac2615 .shogun-image-content {
  
    align-items: center;
  
}

#s-f69826c2-7056-40db-b903-eeef6d0abb06 {
  padding-left: 20px;
padding-right: 20px;
}

#s-47d854f5-6f0e-4481-9dc7-a53533bae6e5 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-47d854f5-6f0e-4481-9dc7-a53533bae6e5 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-719a1dc8-4625-4db9-a827-4a5ce75fa2fd {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}




  #s-719a1dc8-4625-4db9-a827-4a5ce75fa2fd img.shogun-image {
    
    width: px;
  }


#s-719a1dc8-4625-4db9-a827-4a5ce75fa2fd .shogun-image-content {
  
    align-items: center;
  
}

#s-18af0915-d4af-4c96-92f3-435507ea043d {
  min-height: 50px;
}








#s-18af0915-d4af-4c96-92f3-435507ea043d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18af0915-d4af-4c96-92f3-435507ea043d.shg-box.shg-c {
  justify-content: center;
}

#s-e5336198-e32e-4857-bdc9-f1bfeeef291b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5336198-e32e-4857-bdc9-f1bfeeef291b .shogun-heading-component h1 {
  color: rgba(247, 247, 247, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-82d240fc-5fe8-4c5b-9d15-f11072f2ee0b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWQzNzkwODMtMmVlOC00ODcyLTkyODEtMzRkZDhkMjEyMmFiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojY2U0ZDdjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjM3NzI3MjcyNzI3MjcyNzI2IiBzdHlsZT0ic3RvcC1jb2xvcjojY2U0ZDdjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZDM3OTA4My0yZWU4LTQ4NzItOTI4MS0zNGRkOGQyMTIyYWIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ce4d7c"}, {"id"=>3, "pos"=>0.3772727272727273, "color"=>"#ce4d7c"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-82d240fc-5fe8-4c5b-9d15-f11072f2ee0b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWNiMDg2ZDQtOWI0NC00YjYwLWExYzAtOGMyN2QyNTZmY2Q3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojY2U0ZDdjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1Y2IwODZkNC05YjQ0LTRiNjAtYTFjMC04YzI3ZDI1NmZjZDcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 20px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ce4d7c"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}#s-82d240fc-5fe8-4c5b-9d15-f11072f2ee0b:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjkyMGM2MzItMTljMS00MDJjLThhMWEtMzkxZTNiNGQ1OWRjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojY2U0ZDdjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyOTIwYzYzMi0xOWMxLTQwMmMtOGExYS0zOTFlM2I0ZDU5ZGMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 20px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ce4d7c"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;}


#s-82d240fc-5fe8-4c5b-9d15-f11072f2ee0b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  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;
}
